X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=f9a92f0d6f9e80fed4c63f260b44a54bace33bd1;hb=cb6ab50bb83e58a8cc99310fa88cc1855213f2fb;hp=25a3601826613e5f2872d1b24fa7fcf699cc6430;hpb=4fe164464be7f74301612f9cffd11d00832a5d75;p=supertux.git diff --git a/autogen.sh b/autogen.sh index 25a360182..f9a92f0d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,10 @@ #!/bin/sh -aclocal-1.7 -automake-1.7 --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 #