From bfbce3474ab84e3890d2fd42a5f9045445fc9ab5 Mon Sep 17 00:00:00 2001 From: German Service Network Date: Sat, 21 Mar 2026 07:25:16 +0100 Subject: [PATCH] ci: Update autoconf to version 2.73 --- CHANGELOG.md | 1 + ci/build-1-autotools.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9caef9a..480b645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Next function declarations to a separate file (#454, thanks @gsnw-sebast) - Avoid crash with option `-0` (#457, thanks @auerswal) - Move option parsing to a separate file fping.c and fping.h (#458, thanks @gsnw-sebast) +- ci: Update autoconf to version 2.73 (#467, thanks @gsnw-sebast) fping 5.5 (2025-12-31) ====================== diff --git a/ci/build-1-autotools.sh b/ci/build-1-autotools.sh index 1a4c028..1f32fb6 100755 --- a/ci/build-1-autotools.sh +++ b/ci/build-1-autotools.sh @@ -15,7 +15,7 @@ MIRRORS=( https://ftp.gnu.org/gnu ) -AUTOCONF_REL=autoconf/autoconf-2.72.tar.gz +AUTOCONF_REL=autoconf/autoconf-2.73.tar.gz AUTOMAKE_REL=automake/automake-1.18.1.tar.gz LIBTOOL_REL=libtool/libtool-2.5.4.tar.gz -- 2.43.0