From 78315218701077160f0e72a9d2eb7f42583fc51a Mon Sep 17 00:00:00 2001 From: pabs Date: Sun, 3 Jun 2007 23:52:51 +0000 Subject: [PATCH] Change automake invocation to use symlinks and use the stricter gnu standards git-svn-id: http://svn.voria.com/code@494 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 16796f8..5d887eb 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -142,7 +142,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 ) || { # Something went wrong... -- 2.7.4