This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Note on auto* versions
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: GCJ Hackers <java at gcc dot gnu dot org>
- Date: 23 Mar 2005 18:48:51 -0700
- Subject: Re: Note on auto* versions
- References: <m3eke60yt2.fsf@localhost.localdomain><4241F6AC.2060707@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> Is there any way to specify the exact version of automake
David> required in Makefile.am so that if you are using the wrong
David> version you get an error?
David> I am guessing that the answer is no, otherwise we would already
David> be doing it.
Yeah, the answer is "no". You can easily ask for "1.9.3 or better",
but then, strangely, aclocal insists on an exact match. Perhaps we
ought to file an automake feature request.
Tom