automake-patches
[Top][All Lists]
Advanced

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

Regenerating Automake's aclocal.m4


From: Ralf Wildenhues
Subject: Regenerating Automake's aclocal.m4
Date: Thu, 11 May 2006 20:08:15 +0200
User-agent: Mutt/1.5.11+cvs20060403

When you modify CVS Automake's configure.ac and then just run `make'
instead of rerunning `./bootstrap', there are spurious differences in
aclocal.m4 and the Makefile.in's, because
  ...aclocal --acdir=m4

is run instead of
  ...aclocal -I m4

OK to apply?

Cheers,
Ralf

        * configure.ac (ACLOCAL): Use `-I m4' to match `./bootstrap'
        procedure.

Index: configure.ac
===================================================================
RCS file: /cvs/automake/automake/configure.ac,v
retrieving revision 1.27
diff -u -r1.27 configure.ac
--- configure.ac        10 May 2006 21:13:22 -0000      1.27
+++ configure.ac        11 May 2006 18:07:06 -0000
@@ -49,7 +49,7 @@
 
 # $AUTOMAKE and $ACLOCAL are always run after a `cd $top_srcdir',
 # hence `.' is really what we want for perllibdir, libdir, and acdir.
-ACLOCAL="perllibdir=`pwd`\"/lib$PATH_SEPARATOR./lib\" `pwd`/aclocal --acdir=m4"
+ACLOCAL="perllibdir=`pwd`\"/lib$PATH_SEPARATOR./lib\" `pwd`/aclocal -I m4"
 AUTOMAKE="perllibdir=`pwd`\"/lib$PATH_SEPARATOR./lib\" `pwd`/automake 
--libdir=lib"
 
 AC_PATH_PROG(PERL, perl)




reply via email to

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