X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=a728b163bce5f1535fb7869c2fa095d712ccc3a1;hb=bbbd6a38f11b533bcc6e951d333234bb22b88e49;hp=cc68549dd7f7963aa2628aa034aa3cbcd212f4d5;hpb=002eb2cb057f2cdf3fe468012fa5fe864d58f783;p=supertux.git diff --git a/autogen.sh b/autogen.sh index cc68549dd..a728b163b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,13 @@ #!/bin/sh -aclocal-1.7 -automake-1.7 --force --copy --add-missing +# we need a minimum of automake 1.6 and automake 1.8 seems to be buggy +# this doesn't seem to work well +# see AUTOMAKE_OPTIONS in Makefile.am +export WANT_AUTOMAKE=1.6 + +autoheader +libtoolize --force +aclocal -I m4 +automake --copy --add-missing autoconf -# EOF #