]> sourceware.org Git - automake.git/commitdiff
* configure.in (ACLOCAL): Do not use -I, --acdir is enough.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 7 May 2003 21:12:42 +0000 (21:12 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 7 May 2003 21:12:42 +0000 (21:12 +0000)
ChangeLog
configure
configure.in

index 1c8c83338623a6d855239f541834ca05406f1faf..40c521594a07711da8d0c127b6269c879f75eac6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-05-07  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * configure.in (ACLOCAL): Do not use -I, --acdir is enough.
+
        * m4/make.m4: Rename the doit target as am__doit,
        and make it phony.
        Reported by Philip S Tellis.
index 6dde1bdb4774149d10c45a297bc9b5dbd58d1b3b..12a60fdacb9b91a5e67b862dc9255818e13f8752 100755 (executable)
--- a/configure
+++ b/configure
@@ -1663,8 +1663,8 @@ pkgvdatadir="\${datadir}/automake-${APIVERSION}"
 
 
 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
-# hence `.' is really what we want for perllibdir and libdir.
-ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4 -I `pwd`/m4"
+# hence `.' is really what we want for perllibdir, libdir, and acdir.
+ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4"
 AUTOMAKE="perllibdir=./lib `pwd`/automake --libdir=lib"
 
 # Extract the first word of "perl", so it can be a program name with args.
index f880fd32b6d4ce291519f0a86f56c574b18a0a4b..54479e99004af07d446f7476b908720b27caa41c 100644 (file)
@@ -48,8 +48,8 @@ pkgvdatadir="\${datadir}/automake-${APIVERSION}"
 AC_SUBST(pkgvdatadir)
 
 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
-# hence `.' is really what we want for perllibdir and libdir.
-ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4 -I `pwd`/m4"
+# hence `.' is really what we want for perllibdir, libdir, and acdir.
+ACLOCAL="perllibdir=./lib `pwd`/aclocal --acdir=m4"
 AUTOMAKE="perllibdir=./lib `pwd`/automake --libdir=lib"
 
 AC_PATH_PROG(PERL, perl)
This page took 0.033209 seconds and 5 git commands to generate.