]> err.no Git - eweouz/commitdiff
Use unversioned autotools
authorTollef Fog Heen <tfheen@err.no>
Tue, 16 Oct 2007 15:32:57 +0000 (17:32 +0200)
committerTollef Fog Heen <tfheen@err.no>
Tue, 16 Oct 2007 15:32:57 +0000 (17:32 +0200)
autogen.sh

index f1fd559213a6dc40a8eb35bc6d66cfe0ba79524e..a038297c8aa852b5f86699ede8ff0c6294c6758f 100755 (executable)
@@ -2,9 +2,9 @@
 
 set -e
 
-aclocal-1.9
+aclocal
 autoheader
 libtoolize --copy --force
-automake-1.9 --copy --add-missing --foreign
+automake --copy --add-missing --foreign
 autoconf
 ./configure --enable-maintainer-mode "$@"