X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=autogen.sh;h=37b759f44b89d1fb34d3d227ac919ccfc41e2718;hb=828b5e1ef1cb89d830735f24dd79bbd9b09d5b32;hp=7c432a4bfbfe8b99a03dc90eb52d091309bc44ab;hpb=3287618b794c47def83b236de0d8f69ea40a985a;p=supertux.git diff --git a/autogen.sh b/autogen.sh index 7c432a4bf..37b759f44 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,11 @@ #!/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 + +aclocal -I m4 automake --copy --add-missing autoconf