Change automake invocation to use symlinks and use the stricter gnu standards
[synfig.git] / synfig-core / trunk / bootstrap
index 6795195..12df5b4 100755 (executable)
@@ -58,7 +58,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.
@@ -170,7 +170,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 &&
        true
 ) ||
 {
@@ -194,7 +194,7 @@ set +x
                aclocal -I "../$CONFIG_DIR" &&
                autoheader &&
                autoconf &&
-               automake --foreign --add-missing --copy
+               automake --force-missing --add-missing --include-deps 
        ) ||
        {
                # Something went wrong...