summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-05-07 21:12:43 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-05-07 21:12:43 +0000
commit9bbcbdb14d13bc9b11c63d4389506ede934d828c (patch)
tree44f2cc5b7d8605dc23e336e5ab1b8817e2f3d69a /configure
parentee029043e5da73cc5b68bee3c76d217f9b0c1722 (diff)
downloadautomake-9bbcbdb14d13bc9b11c63d4389506ede934d828c.tar.gz
* configure.in (ACLOCAL): Do not use -I, --acdir is enough.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6dde1bdb4..12a60fdac 100755
--- 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.