From: pabs Date: Sun, 3 Jun 2007 23:56:11 +0000 (+0000) Subject: Change automake invocation to use symlinks and use the stricter gnu standards X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e41935ea7e1e2da630c2ce6f7c09d61cf1e91da3;p=synfig.git Change automake invocation to use symlinks and use the stricter gnu standards git-svn-id: http://svn.voria.com/code@496 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/bootstrap b/synfig-studio/trunk/bootstrap index efbf89c..e3283bf 100755 --- a/synfig-studio/trunk/bootstrap +++ b/synfig-studio/trunk/bootstrap @@ -168,8 +168,8 @@ set -x $ACLOCAL -I "$CONFIG_DIR" $ACLOCAL_FLAGS && aclocalfix && $AUTOHEADER && - $AUTOMAKE --foreign --add-missing --copy --include-deps && $AUTOCONF -o configure && + $AUTOMAKE --force-missing --add-missing --include-deps && true ) || {