Remove the generated Makefile.in file on maintainer-clean
[synfig.git] / synfig-studio / trunk / bootstrap
index a0e48bb..e3283bf 100755 (executable)
@@ -59,7 +59,7 @@ cleanup () {
        rm -fr config.cache autom4te*.cache configure.in $TEMPFILE
 }
 
-output Prepairing build environment for $PACKAGE-$VERSION...
+output Preparing build environment for $PACKAGE-$VERSION...
 
 # Look for the CVS directory. If we don't find it, we need to
 # ask the user if they know what they are doing.
@@ -168,8 +168,8 @@ set -x
        $ACLOCAL -I "$CONFIG_DIR" $ACLOCAL_FLAGS &&
        aclocalfix &&
        $AUTOHEADER &&
-       $AUTOMAKE --foreign --add-missing --copy --include-deps &&
        $AUTOCONF -o configure &&
+       $AUTOMAKE --force-missing --add-missing --include-deps &&
        true
 ) ||
 {