X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Fbootstrap;h=549b442af8d3ec8ff45f932c9184f6bb95786dd8;hb=43c8bde58c265bc281f885ab80b9c07774e8667a;hp=5d887eb7c5f60bfcbe928706394577eefbec2a0a;hpb=64ec339a023a6720193750c141348d698b2cd41f;p=synfig.git diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 5d887eb..549b442 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -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