macos-setup: go with the current autoconf and automake releases.

(Too bad we have to install these to get a decent Makefile for minizip.)

[skip ci]
This commit is contained in:
Guy Harris 2023-01-08 15:15:33 -08:00
parent b72bc8408b
commit 03cb1cb077
1 changed files with 4 additions and 5 deletions

View File

@ -218,12 +218,11 @@ ASCIIDOCTOR_VERSION=${ASCIIDOCTOR_VERSION-2.0.16}
ASCIIDOCTORPDF_VERSION=${ASCIIDOCTORPDF_VERSION-1.6.1} ASCIIDOCTORPDF_VERSION=${ASCIIDOCTORPDF_VERSION-1.6.1}
# #
# GNU autotools; they're provided with releases up to Snow Leopard, but # GNU autotools. They're not supplied with the macOS versions we
# not in later releases, and the Snow Leopard version is too old for # support, and we currently use them for minizip.
# current Wireshark, so we install them unconditionally.
# #
AUTOCONF_VERSION=2.69 AUTOCONF_VERSION=2.71
AUTOMAKE_VERSION=1.15 AUTOMAKE_VERSION=1.16.5
LIBTOOL_VERSION=2.4.6 LIBTOOL_VERSION=2.4.6
install_curl() { install_curl() {