Require bison 2.7 or newer for regenerating intl/plural.y

System Internals / glibc - Will Newton [linaro.org] - 22 December 2014 05:57 UTC

The merge of the latest gettext code introduced changes to the yacc parser source that are incompatible with versions of bison older than 2.7. Add a configure check for the appropriate versions and document the requirement in INSTALL.

ChangeLog:

2014-12-22 Will Newton

- manual/install.texi: Document that we require bison 2.7 or above.
- INSTALL: Regenerate.
- configure.ac: Use AC_CHECK_PROG_VER instead of AC_PATH_PROG when checking for bison and check for
version 2.7 or above.
- configure: Regenerate.

cc8623f Require bison 2.7 or newer for regenerating intl/plural.y
ChangeLog | 10 ++++++++++
INSTALL | 5 +++++
configure | 53 +++++++++++++++++++++++++++++++++++----------------
configure.ac | 5 ++++-
manual/install.texi | 9 +++++++++
5 files changed, 65 insertions(+), 17 deletions(-)

Upstream: sourceware.org


  • Share