mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Bump gettext version requirement to 0.18.
Otherwise too old version of m4/lib-link.m4 gets included when autoreconf -fi is run.
This commit is contained in:
parent
fd3dbb23ca
commit
e44b21839b
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ AM_CONDITIONAL([COND_SHARED], [test "x$enable_shared" != xno])
|
|||
|
||||
echo
|
||||
echo "Initializing gettext:"
|
||||
AM_GNU_GETTEXT_VERSION([0.16.1])
|
||||
AM_GNU_GETTEXT_VERSION([0.18])
|
||||
AM_GNU_GETTEXT([external])
|
||||
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in a new issue