- fixed vscroll a bit--forgot foreground
[supertux.git] / autogen.sh
index cc68549..f9a92f0 100755 (executable)
@@ -1,7 +1,10 @@
 #!/bin/sh
 
-aclocal-1.7
-automake-1.7 --force --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 mk/autoconf
+automake --copy --add-missing
 autoconf
 
 # EOF #