From: David Schweikert Date: Thu, 25 Dec 2025 21:41:38 +0000 (+0100) Subject: Update autotools. X-Git-Tag: v5.5~13 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f286a59c7beb37f82c69e7015778daf463cc83;p=fping.git Update autotools. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3437ae9..7560f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,9 @@ fping 5.5-rc1 (2025-12-21) - GitHub Actions fixes (thanks @gsnw-sebast) - Fix measurement of time for timed reports (-Q) to start after DNS name resolution. +- Updated autoconf from 2.71 to 2.72 +- Updated automake from 1.16.5 to 1.18.1 +- Updated libtool from 2.4.6 to 2.5.4 fping 5.4 (2025-04-19) ====================== diff --git a/ci/build-1-autotools.sh b/ci/build-1-autotools.sh index 6cb8b4b..9380f93 100755 --- a/ci/build-1-autotools.sh +++ b/ci/build-1-autotools.sh @@ -7,9 +7,9 @@ if [[ "$OSTYPE" == "darwin"* ]]; then exit 0 fi -AUTOCONF=https://ftpmirror.gnu.org/autoconf/autoconf-2.71.tar.gz -AUTOMAKE=https://ftpmirror.gnu.org/automake/automake-1.16.5.tar.gz -LIBTOOL=https://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz +AUTOCONF=https://ftpmirror.gnu.org/autoconf/autoconf-2.72.tar.gz +AUTOMAKE=https://ftpmirror.gnu.org/automake/automake-1.18.1.tar.gz +LIBTOOL=https://ftpmirror.gnu.org/libtool/libtool-2.5.4.tar.gz PREFIX=$(pwd)/ci/build PATH=$(pwd)/ci/build/bin:$PATH