Update the required version of gettext to get new bugfix macros.
authorPaul Smith <psmith@gnu.org>
Sun, 30 Sep 2012 03:20:50 +0000 (03:20 +0000)
committerPaul Smith <psmith@gnu.org>
Sun, 30 Sep 2012 03:20:50 +0000 (03:20 +0000)
ChangeLog
configure.in

index 8be1a9644d4a7736854f6f3fd6914210e49aa6f4..0b7e3d91edfaae29aabf4dbe77f3613702f93c95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-29  Paul Smith  <psmith@gnu.org>
+
+       * configure.in: Require a new version of gettext (1.18.1).
+       Fixes Savannah bug #37307.
+
 2012-09-09  Paul Smith  <psmith@gnu.org>
 
        * configure.in (bsd_signal): Define _GNU_SOURCE, a la make.h.
index f01f58c0c58a4c3f8a4f7e4c3f8c4558da120309..f8c2482e611e61035e82655a1c4de4d0835223ad 100644 (file)
@@ -46,7 +46,7 @@ AC_MINIX
 
 # Enable gettext, in "external" mode.
 
-AM_GNU_GETTEXT_VERSION([0.14.1])
+AM_GNU_GETTEXT_VERSION([0.18.1])
 AM_GNU_GETTEXT([external])
 
 # This test must come as early as possible after the compiler configuration