X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=f9a92f0d6f9e80fed4c63f260b44a54bace33bd1;hb=0278de4bbab641d7006fd304eb9dd29ebc60e0f4;hp=e89258c2778571f7bebe66587d6e95e7172f3f2d;hpb=2490ed7f8c1bd184b2c9f26c119f728d48b29131;p=supertux.git diff --git a/autogen.sh b/autogen.sh index e89258c27..f9a92f0d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,10 @@ #!/bin/sh -aclocal-1.7 -automake-1.7 --copy --add-missing +# we need a minimum of automake 1.6 and automake 1.8 seems to be buggy +export WANT_AUTOMAKE=1.6 + +aclocal -I mk/autoconf +automake --copy --add-missing autoconf # EOF #