Just a small fix to prevent Tux from butt-jumping when ducked.
[supertux.git] / autogen.sh
index ae946de..7e64cbd 100755 (executable)
@@ -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 m4
+automake --copy --add-missing
 autoconf
 
 # EOF #