- new star tux, still rather pure, but useable
[supertux.git] / autogen.sh
index cc68549..7c432a4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-aclocal-1.7
-automake-1.7 --force --copy --add-missing
+aclocal -I mk/autoconf
+automake --copy --add-missing
 autoconf
 
 # EOF #