fixed missing seperator
[supertux.git] / autogen.sh
index cc68549..e89258c 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 aclocal-1.7
-automake-1.7 --force --copy --add-missing
+automake-1.7 --copy --add-missing
 autoconf
 
 # EOF #