Allow plant blines to have 2 points in them. Previously a minimum of 3 was enforced...
[synfig.git] / synfig-core / trunk / bootstrap
index f2398d2..8f3ad99 100755 (executable)
@@ -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
 ) ||
 {
@@ -190,11 +194,11 @@ 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 &&
-               automake --foreign --add-missing --copy
+               automake --force-missing --add-missing --include-deps 
        ) ||
        {
                # Something went wrong...