summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-02-04 13:35:53 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 01:14:48 +0200
commit2a80c1f8e103c5f4f903ef3cffbbd2a2ef822387 (patch)
tree3fc3441814b290a9171efd4a67733b9d130b4b5c
parent2d3618850363388d2a006afddfa2b44f4421032b (diff)
downloadexternal_gettext-2a80c1f8e103c5f4f903ef3cffbbd2a2ef822387.zip
external_gettext-2a80c1f8e103c5f4f903ef3cffbbd2a2ef822387.tar.gz
external_gettext-2a80c1f8e103c5f4f903ef3cffbbd2a2ef822387.tar.bz2
Fix recognition of gcj.
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/javacomp.m44
2 files changed, 8 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index e204256..3e1d618 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-04 Bruno Haible <bruno@clisp.org>
+
+ * javacomp.m4 (gt_JAVACOMP): Use changequote to protect brackets.
+ Reported by Santiago Vila <sanvila@unex.es>.
+
2002-01-31 Bruno Haible <bruno@clisp.org>
* gettext-0.11 released.
diff --git a/m4/javacomp.m4 b/m4/javacomp.m4
index 514a261..1b91fa7 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)