X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fbootstrap;h=12df5b408ab3a3c33c89f7fcdb8bcb6912a8a505;hb=74e14934dace2c099a51fe316d862225abe64b6b;hp=67951955efe3a7d432db33523d0a2ff75d9ba887;hpb=ca91963497a9ff21d56243ab1b27affc1cb17b5f;p=synfig.git diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index 6795195..12df5b4 100755 --- a/synfig-core/trunk/bootstrap +++ b/synfig-core/trunk/bootstrap @@ -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...