This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: tagging classpath for GCC import
- From: Matthias Klose <doko at ubuntu dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: classpath-patches at gnu dot org, GCC Java <java at gcc dot gnu dot org>
- Date: Mon, 03 Dec 2012 08:14:56 +0100
- Subject: Re: tagging classpath for GCC import
- References: <50BA49AE.3070403@ubuntu.com> <20121202212044.GA22310@toonder.wildebeest.org> <50BBFD36.50906@ubuntu.com>
Am 03.12.2012 02:15, schrieb Matthias Klose:
> Further, it looks like classpath did bump the requirement on autoconf to 2.69,
> and didn't even bother to document that (m4/iconv.m4 requires macros only found
> in 2.69). classpath itself pretends to require 2.63.
>
> GCC has 2.64, and won't change for the next release. Any hint how to handle this
> properly?
no, looks like the iconv.m4 file was included without including lib-ld.m4,
lib-link.m4 and lib-prefix.m4, now copied from gettext, and the configure
scripts can be regenerated.