X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fbootstrap;h=8f3ad995271b2c4e9e549763af223e6c27d16e12;hb=0adb7f004ef054a675bf588c855f80751f141cc3;hp=12df5b408ab3a3c33c89f7fcdb8bcb6912a8a505;hpb=74e14934dace2c099a51fe316d862225abe64b6b;p=synfig.git diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index 12df5b4..8f3ad99 100755 --- a/synfig-core/trunk/bootstrap +++ b/synfig-core/trunk/bootstrap @@ -159,6 +159,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 @@ -190,7 +194,7 @@ set +x set -x ( cd libltdl && - ( echo "AC_CONFIG_AUX_DIR(../config)" >> configure.[ai][cn] ) && + ( echo "AC_CONFIG_AUX_DIR(../config)" >> configure.* ) && aclocal -I "../$CONFIG_DIR" && autoheader && autoconf &&