summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-08-17 10:51:08 +0200
committerAkim Demaille <demaille@gostai.com>2009-08-17 12:58:02 +0200
commitaf6d23584362436f19baadc311987b65849ce024 (patch)
tree95735be30979bdabbe59191a33cf538340b045b5
parent91a2b9b1b268e404801b8ea6f04c4da1025ebae0 (diff)
downloadbison-af6d23584362436f19baadc311987b65849ce024.tar.gz
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.
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac5
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a3691fba..252f312c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
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.
Bison was uselessly requiring the formatstring macros from
diff --git a/configure.ac b/configure.ac
index 868259d1..3e987009 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.