]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 3 May 2020 11:18:55 +0000 (13:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 3 May 2020 12:22:20 +0000 (14:22 +0200)
* gettext-runtime/m4/intl.m4 (gt_INTL_SUBDIR_CORE): Remove redundant argument to
gl_PROG_BISON.
* gettext-tools/configure.ac: Likewise.

gettext-runtime/m4/intl.m4
gettext-tools/configure.ac

index 766fabe3a0e2b831b55b127041cab55853c8ed92..4147309b913ed59bfb9b96e3b34cb02b4e822b7f 100644 (file)
@@ -1,4 +1,4 @@
-# intl.m4 serial 42 (gettext-0.21)
+# intl.m4 serial 43 (gettext-0.21)
 dnl Copyright (C) 1995-2014, 2016-2020 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -258,7 +258,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE],
   dnl files or have a broken "make" program, hence the plural.c rule will
   dnl sometimes fire. To avoid an error, defines BISON to ":" if it is not
   dnl present or too old.
-  gl_PROG_BISON([INTLBISON], [3.0], [1.* | 2.*])
+  gl_PROG_BISON([INTLBISON], [3.0])
 ])
 
 dnl Copies _GL_UNUSED and _GL_ATTRIBUTE_PURE definitions from
index 3f65ae773173b83a28c65b853f4ee8935931cd84..90e244393cdb501bf66740ca7fc00abd5e21f121 100644 (file)
@@ -161,7 +161,7 @@ AM_CONDITIONAL([USE_INSTALLED_CSHARP_DLL],
   [test "$gt_use_installed_csharp_dll" != no])
 
 dnl Check for bison and set YACC. (cldr-plural.y requires bison >= 3.0.)
-gl_PROG_BISON([TOOLS_BISON], [3.0], [1.* | 2.*])
+gl_PROG_BISON([TOOLS_BISON], [3.0])
 : ${YACC="${TOOLS_BISON} -o y.tab.c"}
 gl_BISON
 dnl This line internationalizes the bison generated parsers.