mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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.
This commit is contained in:
parent
ac398c3baf
commit
ade31a2bfb
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue