X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=f9a92f0d6f9e80fed4c63f260b44a54bace33bd1;hb=9384743a8136f69807dd8d79c0ad9c1b61b763f5;hp=ae946de0ac233311df9650f016236836ed546cf3;hpb=e59a8e5e758978341d5410f09b705c4e969dc9a0;p=supertux.git diff --git a/autogen.sh b/autogen.sh index ae946de0a..f9a92f0d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,10 @@ #!/bin/sh -aclocal-1.7 -I mk/autoconf -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 #