X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=autogen.sh;h=a728b163bce5f1535fb7869c2fa095d712ccc3a1;hb=d7619ba34f7356792379b49d22f71c76b270bade;hp=7e64cbd358bef2e30e0e7f9ead507337946b06d3;hpb=4b4c2c415ca1b8f2cfc6854ddce572657a32c978;p=supertux.git diff --git a/autogen.sh b/autogen.sh index 7e64cbd35..a728b163b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,10 +1,13 @@ #!/bin/sh # 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 #