Now the example parses almos completely the file and extracts all theaters and all...
[maevies] / autogen.sh
1 #!/bin/sh
2
3 set -x
4 glib-gettextize --copy --force
5 libtoolize --copy --automake
6 intltoolize --copy --force --automake
7
8 aclocal-1.8
9 autoconf
10 autoheader
11 automake-1.8 --add-missing --copy --foreign
12 ./configure --enable-maintainer-mode