automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: don't use -I `pwd`/m4 in Automake's definition of ACLOCAL


From: Alexandre Duret-Lutz
Subject: FYI: don't use -I `pwd`/m4 in Automake's definition of ACLOCAL
Date: Wed, 07 May 2003 23:12:05 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux)

I'm installing this on HEAD.

Using an absolute include directory -I`pwd`/m4 causes 
the m4/*.m4 files to be copied instead of included.

2003-05-07  Alexandre Duret-Lutz  <address@hidden>

        * configure.in (ACLOCAL): Do not use -I, --acdir is enough.

Index: configure.in
===================================================================
RCS file: /cvs/automake/automake/configure.in,v
retrieving revision 1.126
diff -u -r1.126 configure.in
--- configure.in        24 Apr 2003 18:48:03 -0000      1.126
+++ configure.in        7 May 2003 21:09:20 -0000
@@ -48,8 +48,8 @@
 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)

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]