From 67f22d7dbfac563c3b1e98414b99b7e2800c0102 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 7 May 2003 21:12:42 +0000 Subject: [PATCH] * configure.in (ACLOCAL): Do not use -I, --acdir is enough. --- ChangeLog | 2 ++ configure | 4 ++-- configure.in | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c8c8333..40c52159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-05-07 Alexandre Duret-Lutz + * 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. diff --git a/configure b/configure index 6dde1bdb..12a60fda 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. diff --git a/configure.in b/configure.in index f880fd32..54479e99 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.43.5