diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2016-04-10 20:54:17 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2016-04-10 20:54:17 +0300 |
commit | ade31a2bfb95c94d05fbfc0ecbba5d6377f2506e (patch) | |
tree | ac2bb7ebffd03a9a97111dc0f49fc430b93ad896 | |
parent | liblzma: Disable external SHA-256 by default. (diff) | |
download | xz-ade31a2bfb95c94d05fbfc0ecbba5d6377f2506e.tar.xz |
Build: Bump GNU Gettext version requirement to 0.19.
It silences a few warnings and most people probably have
0.19 even on stable distributions.
Thanks to Christian Kujau.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7a22bf21..3df43486 100644 --- a/configure.ac +++ b/configure.ac @@ -609,7 +609,7 @@ AM_CONDITIONAL([COND_SHARED], [test "x$enable_shared" != xno]) echo echo "Initializing gettext:" -AM_GNU_GETTEXT_VERSION([0.18]) +AM_GNU_GETTEXT_VERSION([0.19]) AM_GNU_GETTEXT([external]) |