aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-01-08 15:15:33 -0800
committerGuy Harris <gharris@sonic.net>2023-01-08 15:17:15 -0800
commit03cb1cb0773c304e616540050e3468ff239052aa (patch)
treee3e08f2760710b4c1d0c6e700d172ff187b70939 /tools
parentb72bc8408b86b2d089990111bc5e655125f718ba (diff)
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]
Diffstat (limited to 'tools')
-rwxr-xr-xtools/macos-setup.sh9
1 files 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() {