From 03cb1cb0773c304e616540050e3468ff239052aa Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 8 Jan 2023 15:15:33 -0800 Subject: [PATCH] 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] --- tools/macos-setup.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tools/macos-setup.sh b/tools/macos-setup.sh index 22ef97979c..b446fd6a59 100755 --- a/tools/macos-setup.sh +++ b/tools/macos-setup.sh @@ -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() {