how to libtoolize Java project?
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Sat Apr 28 19:12:00 GMT 2001
Per Bothner wrote:
> Jeff Sturm <jsturm@one-point.com> writes:
>> > I'm not very sure myself about libtool's support for gcj... did you try
> > LT_AC_PROG_GCJ in your configure.in?
>> No. So I added that, copied over acinclude.m4 from gcc/libjava, and ran
> aclocal. At thi point aclocal.m4 contains LT_AC_PROG_GCJ. But when I
> run autoconf, I get:
>> autoconf: Undefined macros:
> configure.in:91:LT_AC_PROG_GCJ
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.
regards
[ bryce ]
More information about the Java
mailing list