From 6d0a33826ad5b4f9acf12c752a6dfc4f12f8c16f Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 9 Nov 2002 04:23:20 +0000 Subject: Updated aclocal call. No need to have variable $aclocalinclude. CVS patchset: 3207 CVS date: 2002/11/09 04:23:20 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 1e6009816..b941f859c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -139,9 +139,9 @@ run_aclocal () { echo $_echo_n " + Running aclocal: $_echo_c" if test x"$aclocal_1_6x" = x"yes"; then - aclocal-1.6 $aclocalinclude -I m4 + aclocal-1.6 -I m4 else - aclocal $aclocalinclude -I m4 + aclocal -I m4 fi echo "done." } -- cgit v1.2.3