X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Fbootstrap;h=549b442af8d3ec8ff45f932c9184f6bb95786dd8;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=461491ecd8f80a9b7f33a5b0c1db7eec148b9140;hpb=541ebfe76dc6ce57df0cd89d54eab7cc5a9adb80;p=synfig.git diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 461491e..549b442 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # # Extended Template Library Bootstrap Script -# $Id: bootstrap,v 1.2 2005/01/04 01:54:14 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 @@ -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. @@ -132,6 +132,10 @@ cat NEWS >> "$PACKAGE.spec" output Creating configure.in from configure.ac... sed "$SED_SCRIPT" < "$CONFIG_DIR/configure.ac" > configure.in; +output Generating ChangeLog from SVN +if test x != "x$VERSION_REL" ; then export REVISION="--revision $VERSION_REL" ; fi +test -f ChangeLog || svn2cl --include-rev $REVISION $SVN_REPOSITORY/trunk/ || touch ChangeLog + output Setting up build environment... # Set the shell to output what we are doing @@ -142,7 +146,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...