This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Use aclocal in gcc directory
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, kcook at gcc dot gnu dot org
- Date: Sun, 28 Aug 2005 14:28:32 +0200
- Subject: Re: Use aclocal in gcc directory
- References: <deq75k$53s$1@sea.gmane.org>
This simple patch renames aclocal.m4 to acinclude.m4 and deletes the
imported macros and then regenerates aclocal.m4.
There is no change to any of the autoconf or autoheader generated files.
The diff attached is between the current aclocal.m4 and the newly
proposed acinclude.m4.
OK to install, b/r on powerpc-apple-darwin8.2.0
FWIW I very much welcome this, and also adding "-I ../config" to the
aclocal command line to remove the m4 includes from acinclude.m4.
Paolo