From 27bcbf775ab1b252f60b819d73cddef639da34ab Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 21 Sep 2002 07:46:45 +0000 Subject: Fix Bison version checking. CVS patchset: 2725 CVS date: 2002/09/21 07:46:45 --- m4/gettext.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/gettext.m4 b/m4/gettext.m4 index 2f9825f2d..a3e65dbe4 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -242,7 +242,7 @@ return (int) gettext ("")]ifelse([$2], need-ngettext, [ + (int) ngettext ("", "" dnl Found it, now check the version. AC_MSG_CHECKING([version of bison]) changequote(<<,>>)dnl - ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'` + ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) -- cgit v1.2.3