mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Bump Autoconf and Libtool version requirements.
There is no specific reason for this other than blocking the most ancient versions. These are still old: Autoconf 2.69 (2012) Automake 1.12 (2012) gettext 0.19.6 (2015) Libtool 2.4 (2010)
This commit is contained in:
parent
3d576cf921
commit
feb9c1969b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
# of malloc(), stat(), or lstat(), since we don't use those functions in
|
# of malloc(), stat(), or lstat(), since we don't use those functions in
|
||||||
# a way that would cause the problems the autoconf macros check.
|
# a way that would cause the problems the autoconf macros check.
|
||||||
|
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.69])
|
||||||
|
|
||||||
AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
|
AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
|
||||||
[lasse.collin@tukaani.org], [xz], [https://tukaani.org/xz/])
|
[lasse.collin@tukaani.org], [xz], [https://tukaani.org/xz/])
|
||||||
|
@ -628,7 +628,7 @@ AM_CONDITIONAL([COND_THREADS], [test "x$enable_threads" != xno])
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Initializing Libtool:"
|
echo "Initializing Libtool:"
|
||||||
LT_PREREQ([2.2])
|
LT_PREREQ([2.4])
|
||||||
LT_INIT([win32-dll])
|
LT_INIT([win32-dll])
|
||||||
LT_LANG([Windows Resource])
|
LT_LANG([Windows Resource])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue