From: Bruno Haible Date: Mon, 4 Feb 2002 13:35:53 +0000 (+0000) Subject: Fix recognition of gcj. X-Git-Tag: v0.11.1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a80c1f8e103c5f4f903ef3cffbbd2a2ef822387;p=thirdparty%2Fgettext.git Fix recognition of gcj. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index e20425698..3e1d618ba 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2002-02-04 Bruno Haible + + * javacomp.m4 (gt_JAVACOMP): Use changequote to protect brackets. + Reported by Santiago Vila . + 2002-01-31 Bruno Haible * gettext-0.11 released. diff --git a/m4/javacomp.m4 b/m4/javacomp.m4 index 514a26117..1b91fa71a 100644 --- a/m4/javacomp.m4 +++ b/m4/javacomp.m4 @@ -1,4 +1,4 @@ -# javacomp.m4 serial 1 (gettext-0.11) +# javacomp.m4 serial 2 (gettext-0.11.1) 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 @@ -30,6 +30,7 @@ AC_DEFUN([gt_JAVACOMP], popdef([AC_MSG_RESULT])dnl popdef([AC_CHECKING])dnl popdef([AC_MSG_CHECKING])dnl +changequote(,)dnl if test -n "$HAVE_GCJ_IN_PATH" \ && gcj --version 2>/dev/null | grep '^[3-9]' >/dev/null; then HAVE_GCJ=1 @@ -65,6 +66,7 @@ EOF fi fi fi +changequote([,])dnl fi AC_MSG_RESULT([$ac_result]) AC_SUBST(JAVAC)