diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-13 17:53:06 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-13 17:54:07 +0100 |
commit | c3744b25f2854628ffadb35c57305257f6144352 (patch) | |
tree | 8a6ec1477414336838dfc4b5b1cb35a6f2e6a0d4 /configure.ac | |
parent | 49741b61b735ab9a1cc85c27cc19b71e828c03e8 (diff) | |
download | coreutils-c3744b25f2854628ffadb35c57305257f6144352.tar.gz coreutils-c3744b25f2854628ffadb35c57305257f6144352.tar.bz2 coreutils-c3744b25f2854628ffadb35c57305257f6144352.zip |
build: require gettext-0.17
* configure.ac: Require gettext-0.17; it was released two years ago.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 71548519c..8f019b67d 100644 --- a/configure.ac +++ b/configure.ac @@ -430,7 +430,7 @@ AC_SUBST([CONFIG_STATUS_DEPENDENCIES]) ############################################################################ AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.15]) +AM_GNU_GETTEXT_VERSION([0.17]) # For a test of uniq: it uses the $LOCALE_FR envvar. gt_LOCALE_FR |