-updated TODO
[supertux.git] / autogen.sh
index 7c432a4..f9a92f0 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+# 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