X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=37b759f44b89d1fb34d3d227ac919ccfc41e2718;hb=68a52fe0728d91fd35a4e7ba68c836158590d67e;hp=e89258c2778571f7bebe66587d6e95e7172f3f2d;hpb=2490ed7f8c1bd184b2c9f26c119f728d48b29131;p=supertux.git diff --git a/autogen.sh b/autogen.sh index e89258c27..37b759f44 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,12 @@ #!/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 +# this doesn't seem to work well +# see AUTOMAKE_OPTIONS in Makefile.am +export WANT_AUTOMAKE=1.6 + +aclocal -I m4 +automake --copy --add-missing autoconf # EOF #