diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-13 18:02:27 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-13 18:02:27 +0100 |
commit | 29967b2f7ad290cde7c3c96c3f6b8fd487a13e3b (patch) | |
tree | a18ef66b32f899c72da599d18104f3b2524849a2 | |
parent | fd4400ac4b0664b1482a864c18d3ab2a3483f108 (diff) | |
download | idutils-29967b2f7ad290cde7c3c96c3f6b8fd487a13e3b.tar.gz idutils-29967b2f7ad290cde7c3c96c3f6b8fd487a13e3b.tar.bz2 idutils-29967b2f7ad290cde7c3c96c3f6b8fd487a13e3b.zip |
build: require gettext-0.17
* configure.ac: Require gettext-0.17; it was released two years ago.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6011020..861ea82 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ AC_TYPE_SIZE_T AC_CHECK_TYPES(ptrdiff_t) AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.15]) +AM_GNU_GETTEXT_VERSION([0.17]) AC_CONFIG_FILES([ po/Makefile.in |