mutter/autogen.sh
Matthew Allum 016633db7b 2007-06-22 Matthew Allum <mallum@openedhand.com>
* README:
        * README.in:
        * autogen.sh:
        * configure.ac:
        Move back to regular README naming at least for now.
2007-06-22 15:18:28 +00:00

8 lines
122 B
Bash
Executable File

#! /bin/sh
gtkdocize || exit 1
# back in the stupidity of autoreconf
autoreconf -v --install || exit 1
./configure "$@"