summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-09-30 03:20:50 +0000
committerPaul Smith <psmith@gnu.org>2012-09-30 03:20:50 +0000
commit3a285e342ed1349925c3c5efd90403c5de8b6088 (patch)
treee47bd20f67e6ded764b7a7047748ef19d7ba474e /configure.in
parentf263ff4ce9584f9e2af2d92933d4f27c06d40a80 (diff)
downloadgunmake-3a285e342ed1349925c3c5efd90403c5de8b6088.tar.gz
Update the required version of gettext to get new bugfix macros.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f01f58c..f8c2482 100644
--- a/configure.in
+++ b/configure.in
@@ -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