diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2015-03-15 09:58:00 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2015-03-15 09:58:00 +0100 |
commit | 29dcfd4300a801e9c704e02fd520b3713070cdd0 (patch) | |
tree | f9b5f5f069a9d379c6a6029885257909211caa08 /configure.ac | |
parent | 2dac50bf0f002033cfa72a213bac6ee2fa74640e (diff) | |
download | fetchmail-29dcfd4300a801e9c704e02fd520b3713070cdd0.tar.gz fetchmail-29dcfd4300a801e9c704e02fd520b3713070cdd0.tar.bz2 fetchmail-29dcfd4300a801e9c704e02fd520b3713070cdd0.zip |
Update gettext infrastructure.
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 50778b7d..b9314f67 100644 --- a/configure.ac +++ b/configure.ac @@ -139,7 +139,7 @@ AC_CACHE_SAVE dnl i18n AM_GNU_GETTEXT([external], [need-ngettext]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18.3]) dnl end i18n # Under sysV68, socket and friends are provided by the C library. |