summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-01-11 11:03:54 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-01-11 11:04:48 -0800
commit7f80b88964637357541f6e54608a5828d9bcae3f (patch)
treeb27cd9109f8a5ab7cee40509631503403c7eed74 /configure.ac
parent8a4c470574713bbf2fc5bfc100f694650aec0845 (diff)
downloadgrep-7f80b88964637357541f6e54608a5828d9bcae3f.tar.gz
build: update gettext version to 0.18.2
* configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18.2. This is necessary to have the gettext-provided m4 files to use AC_PROG_MKDIR_P rather than AM_PROG_MKDIR_P. This latter macro, planned to disappear in Automake 1.14, has already been removed in the development version of Automake, so that, without this change, grep fails to bootstrap with bleeding-edge Automake.
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 78d5a793..5c93d04e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -195,7 +195,7 @@ AC_FUNC_CLOSEDIR_VOID
AC_CHECK_FUNCS_ONCE(isascii setlocale)
dnl I18N feature
-AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT_VERSION([0.18.2])
AM_GNU_GETTEXT([external])
dnl Some installers want to be informed if we do not use our regex.