mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
build: require gettext 0.17.
Suggested by Bruno Haible.
http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html
* configure.ac: require gettext 0.17 to ensure compatibility with
gnulib.
(cherry picked from commit af6d235843)
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2009-08-17 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
build: require gettext 0.17.
|
||||
|
||||
Suggested by Bruno Haible.
|
||||
http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html
|
||||
* configure.ac: require gettext 0.17 to ensure compatibility with
|
||||
gnulib.
|
||||
|
||||
2009-08-17 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
build: lower gettext requirements.
|
||||
|
||||
@@ -115,9 +115,10 @@ BISON_PREREQ_SUBPIPE
|
||||
BISON_PREREQ_TIMEVAR
|
||||
|
||||
# Gettext.
|
||||
# We've never tested with gettext versions before 0.15, so play it safe.
|
||||
# We use gnulib, which is only guaranteed to work properly with the
|
||||
# latest Gettext.
|
||||
AM_GNU_GETTEXT([external], [need-ngettext])
|
||||
AM_GNU_GETTEXT_VERSION([0.15])
|
||||
AM_GNU_GETTEXT_VERSION([0.17])
|
||||
BISON_I18N
|
||||
|
||||
# Internationalized parsers.
|
||||
|
||||
Reference in New Issue
Block a user