removed outdated Makefile.cvs
[supertux.git] / autogen.sh
index 25a3601..7c432a4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-aclocal-1.7
-automake-1.7 --add-missing
+aclocal -I mk/autoconf
+automake --copy --add-missing
 autoconf
 
 # EOF #