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: Michael Koch <konqueror at gmx dot de>
- Cc: Per Bothner <per at bothner dot com>, java at gcc dot gnu dot org
- Date: 18 Dec 2003 13:03:48 -0700
- Subject: Re: bad libjava/libltdl/Makefile.in; automake version?
- References: <3FE0A5A0.7030309@bothner.com><20031217213344.GA16984@mail.konqueror.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Damn, this may be a buggy automake 1.7.9 on my Debian system.
No, we just need to add AM_MAINTAINER_MODE to configure.ac, then
regenerate everything. Michael, could you do this?
>> What is the current list of preferred autotools for gcc?
>> Should this be listed someone on/from
>> http://gcc.gnu.org/java/contrib.html ?
Michael> The correct place is the HACKING file in my opinion. There is
Michael> the patched automake mentioned. This needs to be updated when
Michael> Thomas Fitzsimmons commits the autofriends work. ;-)
Somewhere there is a list of what directories require what versions of
auto*. This list must be updated whenever reality changes. I suppose
it is contrib.html, I haven't looked. Could you find out and submit a
patch for this?
Thanks,
Tom