This is the mail archive of the java@gcc.gnu.org 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: how to libtoolize Java project?


> 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/


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