This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bad libjava/libltdl/Makefile.in; automake version?
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Per Bothner <per at bothner dot com>, java at gcc dot gnu dot org, Michael Koch <konqueror at gmx dot de>
- Date: 18 Dec 2003 16:29:38 -0700
- Subject: Re: bad libjava/libltdl/Makefile.in; automake version?
- References: <3FE0A5A0.7030309@bothner.com> <3FE1CAD6.2000704@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> Would this one be ok?
Yes.
Andreas> I'm willing to regenerate the files with automake 1.6.3 and
Andreas> autoconf-2.57 if the above patchlet cures the situation.
We need to pick precise versions for everybody to use. I think that
should be autoconf 2.58 and automake 1.7.9. That is what libstdc++ is
using. The goal here is to get all of gcc using one set of unhacked
tools, and then keep the tree in sync over time. I think aiming for
agreement with other directories is important.
Tom