diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-15 15:07:11 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-15 15:07:11 +0200 |
commit | feb9c1969bc3eb33d4ecb72cfa897f92dae84939 (patch) | |
tree | f2f1d57fb69fc6789cf2c380ef5361e6360ddfb2 | |
parent | Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6. (diff) | |
download | xz-feb9c1969bc3eb33d4ecb72cfa897f92dae84939.tar.xz |
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)
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0915afc3..2418e4b0 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # of malloc(), stat(), or lstat(), since we don't use those functions in # 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]), [lasse.collin@tukaani.org], [xz], [https://tukaani.org/xz/]) @@ -628,7 +628,7 @@ AM_CONDITIONAL([COND_THREADS], [test "x$enable_threads" != xno]) echo echo "Initializing Libtool:" -LT_PREREQ([2.2]) +LT_PREREQ([2.4]) LT_INIT([win32-dll]) LT_LANG([Windows Resource]) |