From: Bruno Haible Date: Wed, 18 Jun 2003 12:51:32 +0000 (+0000) Subject: Add a comment about the gcj bug. X-Git-Tag: v0.13~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60d1ca36d85c8ef86e29c9b353e0156fb26109ad;p=thirdparty%2Fgettext.git Add a comment about the gcj bug. --- diff --git a/gettext-tools/m4/javacomp.m4 b/gettext-tools/m4/javacomp.m4 index e5d72e3ef..c80ed8cab 100644 --- a/gettext-tools/m4/javacomp.m4 +++ b/gettext-tools/m4/javacomp.m4 @@ -1,4 +1,4 @@ -# javacomp.m4 serial 5 (gettext-0.11.4) +# javacomp.m4 serial 6 (gettext-0.12.2) dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -37,7 +37,9 @@ changequote(,)dnl # gij 3.0.4 or with a VerifyError when executed by Sun Java. Likewise for # gcj 3.1. # I also exclude gcj 3.2, 3.3 etc. because I have no idea when this bug - # will be fixed. FIXME: Check new versions of gcj as they come out. + # will be fixed. The bug is registered as java/7066, see + # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7066 + # FIXME: Check new versions of gcj as they come out. if test -n "$HAVE_GCJ_IN_PATH" \ && gcj --version 2>/dev/null | sed -e 's,^[^0-9]*,,' -e 1q | sed -e '/^3\.[0123456789]/d' | grep '^[3-9]' >/dev/null \ && (