summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-05-19 12:44:33 +0200
committerJim Meyering <meyering@redhat.com>2010-05-26 07:58:14 +0200
commit6fa0d1364bad16e09839a24a78f27a0fe0cf6b67 (patch)
tree04736f09f6b01fe5280a6de51a0c846543d7c698 /configure.ac
parentffd9adf0715436c94d2a1a95070e3688e047328b (diff)
downloadgrep-6fa0d1364bad16e09839a24a78f27a0fe0cf6b67.tar.gz
build: use latest gettext: 0.18
* configure.ac: Use gettext-0.18. * bootstrap.conf (gnulib_modules): Use gettext-h, not gettext. since the latter drags in a depedency on gettext 0.18. Suggested by Bruno Haible.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7eaeed34..01ae0f25 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_FUNC_CLOSEDIR_VOID
AC_CHECK_FUNCS_ONCE(isascii iswctype setlocale wcscoll)
dnl I18N feature
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.18])
AM_GNU_GETTEXT([external])
dnl Some installers want to be informed if we do not use our regex.