mirror of https://git.tukaani.org/xz.git
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
|
@ -585,7 +585,7 @@ AM_CONDITIONAL([COND_SHARED], [test "x$enable_shared" != xno])
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Initializing gettext:"
|
echo "Initializing gettext:"
|
||||||
AM_GNU_GETTEXT_VERSION([0.18])
|
AM_GNU_GETTEXT_VERSION([0.19])
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue