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}
#
# GNU autotools; they're provided with releases up to Snow Leopard, but
# not in later releases, and the Snow Leopard version is too old for
# current Wireshark, so we install them unconditionally.
# GNU autotools. They're not supplied with the macOS versions we
# support, and we currently use them for minizip.
#
AUTOCONF_VERSION=2.69
AUTOMAKE_VERSION=1.15
AUTOCONF_VERSION=2.71
AUTOMAKE_VERSION=1.16.5
LIBTOOL_VERSION=2.4.6
install_curl() {