This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: PR libjava/32078: Update libtool in classpath
Andreas Schwab writes:
> Andrew Haley <aph-gcc@littlepinkcloud.COM> writes:
>
> > libtool in classpath is imported from upstream, so importing it here
> > would be a fork.
>
> The classpath copy in gcc has never used the imported libtool, but
> rather a copy of the common gcc libtool. See libjava/HACKING.
Ah, OK. So, Classpath divergence isn't a problem, but divergence from
upstream libtool is.
I'm not sure we should get into putting class files into autoconf
scripts, though. I'm minded simply to accept HJ's patch rather than
do that.
Andrew.