This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: libjava configury tweaking for single-tree build
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: libjava configury tweaking for single-tree build
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 13 Sep 2000 13:08:13 -0600
- Cc: java-patches at sources dot redhat dot com
- References: <oraedga8jp.fsf@guarana.lsd.ic.unicamp.br>
- Reply-To: tromey at cygnus dot com
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> Here's some additional tweaking for libjava that hadn't
Alexandre> been approved/reviewed yet, needed to enable one-shot
Alexandre> builds of GCJ and libgcj. Ok to install?
Alexandre> Index: libjava/ChangeLog
Alexandre> from Alexandre Oliva <aoliva@redhat.com>
Alexandre> * configure.in (LIBDATASTARTSPEC): Use `%s' to search for
Alexandre> libgcjdata.a.
Alexandre> (GCJ): Support single-tree builds. Add -B`pwd`/ and -I$srcdir.
Alexandre> * acinclude.m4: Arrange for automake to not bring in a new
Alexandre> libtool.m4 for LT_AC_PROG_GCJ. AC_SUBST GCJ.
Alexandre> * Makefile.am: Leave it up to automake to subst GCJ.
Alexandre> * aclocal.m4, configure, Makefile.in: Rebuilt.
This is required to make libgcj build, and since it hasn't yet been
checked in, I am checking it in now.
Tom