aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2016-04-10 20:54:17 +0300
committerLasse Collin <lasse.collin@tukaani.org>2016-06-28 21:09:46 +0300
commitfb6d50c15343831f35305982cefa82053099191d (patch)
tree417b09843e6c91dbfd8a15f544cacf5415d871db
parentliblzma: Disable external SHA-256 by default. (diff)
downloadxz-fb6d50c15343831f35305982cefa82053099191d.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.
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a3e010f..b8fcf1ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -585,7 +585,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])