X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fbootstrap;h=e3283bfab41c6f9ad75b94f3793a1d13e3931897;hb=449de6c527f5d1169173cb6f1011631b4f4529d2;hp=3be6501d3cc0e9baadfdb655354504552072df89;hpb=c1292e1cb01aa4282325a3adee8cb25ef78b6435;p=synfig.git diff --git a/synfig-studio/trunk/bootstrap b/synfig-studio/trunk/bootstrap index 3be6501..e3283bf 100755 --- a/synfig-studio/trunk/bootstrap +++ b/synfig-studio/trunk/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # # Synfig Studio Bootstrap Script -# $Id: bootstrap,v 1.2 2005/01/10 08:13:44 darco Exp $ +# $Id$ # # This script creates the configure script and Makefile.in files, # and also fixes a few things in both to ensure a smooth build @@ -26,6 +26,7 @@ s/@PACKAGE_TARNAME@/$PACKAGE_TARNAME/g; s/@PACKAGE_VERSION@/$PACKAGE_VERSION/g; s|@SVN_REPOSITORY@|$SVN_REPOSITORY|g; s/@VERSION@/$VERSION/g; +s/@API_VERSION@/$API_VERSION/g; s/@VERSION_MAJ@/$VERSION_MAJ/g; s/@VERSION_MIN@/$VERSION_MIN/g; s/@VERSION_REV@/$VERSION_REV/g; @@ -58,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. @@ -167,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 ) || {