From: compudj Date: Thu, 29 May 2003 14:11:53 +0000 (+0000) Subject: fix the autogen.sh script to use aclocal-1.7 X-Git-Tag: v0.12.20~3465 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=d29a130fcba7ee39144cd0b0b16b5445f2a7899c;p=lttv.git fix the autogen.sh script to use aclocal-1.7 git-svn-id: http://ltt.polymtl.ca/svn@24 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/autogen.sh b/ltt/branches/poly/autogen.sh index 8fe1de8a..30883887 100755 --- a/ltt/branches/poly/autogen.sh +++ b/ltt/branches/poly/autogen.sh @@ -134,8 +134,8 @@ do libtoolize --force --copy fi fi - echo "Running aclocal $aclocalinclude ..." - aclocal $aclocalinclude + echo "Running aclocal-1.7 $aclocalinclude ..." + aclocal-1.7 $aclocalinclude if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then echo "Running autoheader..." autoheader