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
74f8dad9f9
commit
fb6d50c153
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue