Just updated the gradients test to use the new color entries.
[supertux.git] / autogen.sh
index ae946de..7c432a4 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-aclocal-1.7 -I mk/autoconf
-automake-1.7 --copy --add-missing
+aclocal -I mk/autoconf
+automake --copy --add-missing
 autoconf
 
 # EOF #