This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: automake & libgcj
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: automake & libgcj
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Thu, 15 Jun 2000 17:47:22 -0700 (PDT)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <3944448A.560537D0@albatross.co.nz>
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> Is there a recipe for getting an automake that works correctly
Bryce> with libgcj?
Bryce> Using redhat's automake 1.4 (hacked to remove the "file can't
Bryce> be in a subdirectory" error) works, but the resulting
Bryce> Makefile.in is not formatted as well as the one in cvs.
Do you mean the version of 1.4 ("1.4a") which shipped with RH 6.x?
That verison is known to be broken :-(
Try the FSF 1.4, with the hack you mention.
Bryce> Using the latest cvs automake I get:
Yeah, that won't work either. Bummer.
I need to find time to finish automake 1.5. That event seems highly
unlikely.
Tom