how to libtoolize Java project?
Per Bothner
per@bothner.com
Sat Apr 28 19:32:00 GMT 2001
> GCC uses libtool from the "multi language branch" in libtool cvs, which adds
> support for the --tag=GCJ etc. I'm guessing the new libtool release would
> have been made from the trunk, which, unlike with GCC, is where the stable
> code lives, with most of the development happening on the branch.
Which doesn't quite answer my question: What do I need to do to make
use of libtool in Kawa? It seems like copying over files from
libjava, and making the appropraite configure.in fixes should work,
but it doesn't seem to. This is strange, since I can run autoconf on
gcc/libjava, but when I do the same thing on Kawa, seemingly using the
same files, I get that LT_AC_PROG_GCJ is undefined, even though it is
in aclocal.m4. What am I missing?
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/
More information about the Java
mailing list