diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2016-04-10 20:54:17 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2016-06-28 21:09:46 +0300 |
commit | fb6d50c15343831f35305982cefa82053099191d (patch) | |
tree | 417b09843e6c91dbfd8a15f544cacf5415d871db /configure.ac | |
parent | liblzma: Disable external SHA-256 by default. (diff) | |
download | xz-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.ac | 2 |
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]) |