This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Using gcj to create .class files
- From: Tom Tromey <tromey at redhat dot com>
- To: Braden McDaniel <braden at endoframe dot com>
- Cc: automake at gnu dot org
- Date: 24 Oct 2002 16:02:06 -0600
- Subject: Re: Using gcj to create .class files
- References: <1035097202.26370.1395.camel@localhost.localdomain><8765vxarq8.fsf@fleche.redhat.com><1035180392.26370.4385.camel@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Braden" == Braden McDaniel <braden@endoframe.com> writes:
>> JAVAC = gcj -C
Braden> I thought of that, but thought there might be something less
Braden> subtle. Perhaps this should be done by the AM_PROG_GCJ macro?
This is actually sort of a standard approach.
AC_PROG_CC looks at the CC environment variable.
As I recall AM_PROG_GCJ is only useful for compiling java to object
code.
Tom