X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=a728b163bce5f1535fb7869c2fa095d712ccc3a1;hb=a291f31740910b159e10915612a0770be82bc10c;hp=7c432a4bfbfe8b99a03dc90eb52d091309bc44ab;hpb=3287618b794c47def83b236de0d8f69ea40a985a;p=supertux.git diff --git a/autogen.sh b/autogen.sh index 7c432a4bf..a728b163b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,13 @@ #!/bin/sh -aclocal -I mk/autoconf +# 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 #