fix the autogen.sh script to use aclocal-1.7
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 14:11:53 +0000 (14:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 14:11:53 +0000 (14:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@24 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/autogen.sh

index 8fe1de8a10a3ae1e49f0e14a371bb1e7a6306d2c..308838873edf3030de20b4ffc02550d104203f76 100755 (executable)
@@ -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
This page took 0.023807 seconds and 4 git commands to generate.