This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: automake problems in libgcj
- To: Per Bothner <per at bothner dot com>
- Subject: Re: automake problems in libgcj
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 20 Dec 1999 16:30:10 -0800 (PST)
- Cc: java-discuss at sourceware dot cygnus dot com
- References: <m2wvq9w3c1.fsf@magnus.bothner.com>
Per> automake: Makefile.am: not supported: source file `java/lang/String.java' is in subdirectory
Per> I need to run automake (or manually patch Makefile.in), because I want
Per> to enable the java/awt stubs (needed to run Kawa).
Per> I believe I have the most recent (released) version of automake (1.4).
You need a patch to automake that turns off this warning :-(
Tom