This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libtool and gcj


On Nov 12, 2000, Oskar Liljeblad <osk@hem.passagen.se> wrote:

> Are there from CVS or some unreleased version of libtool,
> or only in libgcj?

From the multi-language branch of libtool CVS.

> I also noticed mention of a AC_PATH_GCJ in libtool.m4.  Where
> can this macro be found?

AC_PROG_GCJ, maybe?  It doesn't exist yet.  Libtool just tests for it
in case autoconf ever introduces it.  Meanwhile, you may use
AM_PROG_GCJ from automake or LT_AC_PROG_GCJ, defined in libtool.m4.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]