X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fbootstrap;h=d70827b6ddf72c40f58c6447981b6c94ce3fca53;hb=784a7cb32ad9c3d391d37447d77783a8903bbe3d;hp=f2398d25f7122fe5af41560e5ec40de6280f60f7;hpb=88a964cff54a732fd42f3a479122a0b1894c8852;p=synfig.git diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index f2398d2..d70827b 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 @@ -170,7 +174,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 +198,7 @@ set +x aclocal -I "../$CONFIG_DIR" && autoheader && autoconf && - automake --foreign --add-missing --copy + automake --force-missing --add-missing --include-deps ) || { # Something went wrong...