From 36c2c01c6924b05c92fc413dd6150c6a840ba57a Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 17 Aug 2004 15:11:57 +0000 Subject: [PATCH] fix autogen : specify automake-1.7 git-svn-id: http://ltt.polymtl.ca/svn@800 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index d1487f6d..1b5ca028 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -67,7 +67,7 @@ fi } } -(automake --version) < /dev/null > /dev/null 2>&1 || { +(automake-1.7 --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: You must have \`automake' installed." echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/" @@ -77,7 +77,7 @@ fi # if no automake, don't bother testing for aclocal -test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || { +test -n "$NO_AUTOMAKE" || (aclocal-1.7 --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: Missing \`aclocal'. The version of \`automake'" echo "installed doesn't appear recent enough." @@ -140,8 +140,8 @@ do echo "Running autoheader..." autoheader fi - echo "Running automake --gnu $am_opt ..." - automake --add-missing --gnu $am_opt + echo "Running automake-1.7 --gnu $am_opt ..." + automake-1.7 --add-missing --gnu $am_opt echo "Running autoconf ..." autoconf ) -- 2.34.1