This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [libgcj] Patch to make libgcj work with autoreconf again
- From: Tom Tromey <tromey at redhat dot com>
- To: Kelley Cook <kcook at gcc dot gnu dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 23 Aug 2005 10:38:06 -0600
- Subject: Re: [libgcj] Patch to make libgcj work with autoreconf again
- References: <de5pek$m3j$1@sea.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "KC" == Kelley Cook <kcook@gcc.gnu.org> writes:
KC> 2005-08-19 Kelley Cook <kcook@gcc.gnu.org>
KC> * Makefile.am (ACLOCAL_AMFLAGS): Also include "..".
KC> * acinclude.m4: Delete. Extract CHECK_FOR_BROKEN_MINGW_LD to ...
KC> * mingwld.m4: ... this new file.
KC> * aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate.
KC> * include/Makefile.in, testsuite/Makfile.in: Regenerate.
You used automake 1.9.4 to build Makefile.in.
AIUI, with the exception of libgfortran, the tree is currently
standardized on automake 1.9.3. I wouldn't mind an update, but it
ought to be done globally and install.texi ought to be updated.
Meanwhile, having folks using different versions causes cvs churn...
Probably we should have a script in contrib/ that downloads and
builds all the currently-required tool versions.
Tom