This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: how to libtoolize Java project?
- To: Per Bothner <per at bothner dot com>
- Subject: Re: how to libtoolize Java project?
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sat, 28 Apr 2001 23:33:06 -0400 (EDT)
- cc: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, java at gcc dot gnu dot org
On 28 Apr 2001, Per Bothner wrote:
> It seems like copying over files from libjava, and making the
> appropraite configure.in fixes should work, but it doesn't seem to.
Another guess: Since the sinclude macro fails silently, perhaps the line
sinclude(../libtool.m4)
in acinclude.m4 isn't working?
Jeff