Change automake invocation to use symlinks and use the stricter gnu standards
[synfig.git] / ETL / trunk / bootstrap
index eba4766..5d887eb 100755 (executable)
@@ -57,7 +57,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.
@@ -142,7 +142,7 @@ set -x
        aclocal -I "$CONFIG_DIR" $ACLOCAL_FLAGS &&
        autoheader &&
        autoconf -o configure &&
-       automake --foreign --add-missing --copy --include-deps 
+       automake --force-missing --add-missing --include-deps 
 ) ||
 {
        # Something went wrong...