From: Tollef Fog Heen Date: Tue, 16 Oct 2007 15:32:57 +0000 (+0200) Subject: Use unversioned autotools X-Git-Tag: 0.1~38 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec8b7cbe45dccf89b5b392ba446a4e4bd160515;p=eweouz Use unversioned autotools --- diff --git a/autogen.sh b/autogen.sh index f1fd559..a038297 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 "$@"