This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] libffi regen aclocal.m4 correctly.
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Andreas Tobler <toa at pop dot agri dot ch>, GCC Patches <gcc-patches at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>, aph at redhat dot com
- Date: Wed, 13 Dec 2006 16:48:49 -0500
- Subject: Re: [patch] libffi regen aclocal.m4 correctly.
- References: <45806730.5080508@pop.agri.ch> <m31wn37elh.fsf@localhost.localdomain>
Tom,
Actually the correct ACLOCAL_AMFLAGS are...
ACLOCAL_AMFLAGS = -I .. -I ../config
for libffi so that Geoff's multi.m4 in the config directory
is properly used. I am still waiting for Andrew Haley to
do the commit for that and the other multilib fixes which
have been approved for both gcc trunk and 4.2...
http://gcc.gnu.org/ml/gcc-patches/2006-11/msg01498.html
Andrew said he would get around to doing the commits
sometime before gcc 4.2 is released.
Jack
On Wed, Dec 13, 2006 at 12:58:18PM -0700, Tom Tromey wrote:
> >>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
>
> Andreas> I'd like to commit a regenerated aclocal.m4 which is generated with
> Andreas> the correct ACLOCAL_AMFLAGS written in the Makefile.am.
> Andreas> Ok for trunk?
>
> Yes, thanks.
>
> Tom