summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-22 16:56:36 +0000
committerJames Youngman <jay@gnu.org>2015-12-22 16:58:18 +0000
commitb96b2cd4d45639b76a529cf5e29f32d3bf265df6 (patch)
tree625445ef95619e0736ea16b6b61049178c2d1932
parent1a009ccb810f9632647b6795d10b59b6ddb9a120 (diff)
downloadfindutils-b96b2cd4d45639b76a529cf5e29f32d3bf265df6.tar.gz
Upgrade from gettext version 0.18 to version 0.19.
* configure.ac: Update AM_GNU_GETTEXT_VERSION to 0.19.3.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c47f1aa..41374523 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,7 +217,7 @@ jy_AC_ATTRIBUTE_NORETURN
dnl internationalization macros
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.18.1])
+AM_GNU_GETTEXT_VERSION([0.19.3])
dnl regextype.c and regexprops.c are designed to be usable outside findutils,
dnl but findutils doesn't want to support all the regex types in gnulib,