diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-21 07:46:45 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-21 07:46:45 +0000 |
commit | 27bcbf775ab1b252f60b819d73cddef639da34ab (patch) | |
tree | fcb8d185582bdf43f2080c13d8db0a955d47deae /m4 | |
parent | 1e94ef47439fe7d72c35d1330b36b4afa2cab433 (diff) | |
download | xine-lib-27bcbf775ab1b252f60b819d73cddef639da34ab.tar.gz xine-lib-27bcbf775ab1b252f60b819d73cddef639da34ab.tar.bz2 |
Fix Bison version checking.
CVS patchset: 2725
CVS date: 2002/09/21 07:46:45
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gettext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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].*) |