summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-08-17 10:51:08 +0200
committerJoel E. Denny <joeldenny@joeldenny.org>2010-07-25 19:17:56 -0400
commit189ba6670f836d4c4f9042c3e601976b12b25838 (patch)
treee9c7cb8d9e026dc91419349f96c6937dc033d351
parentc027cccb351b7b553f92a827787fa91d28934e5c (diff)
downloadbison-189ba6670f836d4c4f9042c3e601976b12b25838.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. (cherry picked from commit af6d23584362436f19baadc311987b65849ce024)
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac5
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f621d2e..647674ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
+
2010-07-24 Joel E. Denny <joeldenny@joeldenny.org>
tests: handle Valgrind that complains about >&-.
diff --git a/configure.ac b/configure.ac
index 931a580b..6539dc79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,9 +130,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.