From 74e14934dace2c099a51fe316d862225abe64b6b Mon Sep 17 00:00:00 2001 From: pabs Date: Sun, 3 Jun 2007 23:53:13 +0000 Subject: [PATCH] Change automake invocation to use symlinks and use the stricter gnu standards git-svn-id: http://svn.voria.com/code@495 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-core/trunk/bootstrap b/synfig-core/trunk/bootstrap index f2398d2..12df5b4 100755 --- a/synfig-core/trunk/bootstrap +++ b/synfig-core/trunk/bootstrap @@ -170,7 +170,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 +194,7 @@ set +x aclocal -I "../$CONFIG_DIR" && autoheader && autoconf && - automake --foreign --add-missing --copy + automake --force-missing --add-missing --include-deps ) || { # Something went wrong... -- 2.7.4