]> git.ipfire.org Git - thirdparty/glibc.git/commit
Require bison 2.7 or newer for regenerating intl/plural.y
authorWill Newton <will.newton@linaro.org>
Thu, 11 Dec 2014 17:27:34 +0000 (17:27 +0000)
committerWill Newton <will.newton@linaro.org>
Mon, 22 Dec 2014 11:57:40 +0000 (11:57 +0000)
commitcc8623f196cd5d1c82573b34cb3a6a56f712790a
treebae68fcd9421e593a075b1ce270261b62dfd1791
parente969965afdeab1144ace665f28273f5f543923b2
Require bison 2.7 or newer for regenerating intl/plural.y

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  <will.newton@linaro.org>

* 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.
ChangeLog
INSTALL
configure
configure.ac
manual/install.texi