diff options
-rwxr-xr-x | autogen.sh | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,10 +1,9 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # autogen.sh - generates configure using the autotools | 2 | m4/buildconf.py \ |
3 | # $Id: autogen.sh,v 1.1 2004/03/04 08:12:13 firechipmunk Exp $ | 3 | --libtoolize \ |
4 | libtoolize --force --copy | 4 | --aclocal \ |
5 | #libtoolize14 --force --copy | 5 | --automake \ |
6 | aclocal-1.9 -I m4 | 6 | --autoconf \ |
7 | autoheader | 7 | --autoheader |
8 | automake-1.9 --add-missing --copy --foreign | 8 | |
9 | autoconf | ||
10 | rm -rf autom4te.cache | 9 | rm -rf autom4te.cache |