From b47295b9432b8f39e3efd6b5eab204ee5651acd1 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 2 Dec 2025 12:00:23 +0100 Subject: [PATCH] build: update automake/autoconf for OpenBSD --- tests/ci/install.sh | 2 +- tests/ci/run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ci/install.sh b/tests/ci/install.sh index 67e93a3e..eb183625 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -5,7 +5,7 @@ set -e case "$(uname -s)" in OpenBSD) sudo pkg_add -I \ - automake-1.16.5 autoconf-2.71 libtool \ + automake-1.17 autoconf-2.72p0 libtool \ libevent libxml check \ git ;; diff --git a/tests/ci/run.sh b/tests/ci/run.sh index e0f60003..48931073 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -15,8 +15,8 @@ case "$(uname -s)" in MAKE_ARGS="" ;; OpenBSD) - export AUTOCONF_VERSION=2.71 - export AUTOMAKE_VERSION=1.16 + export AUTOCONF_VERSION=2.72 + export AUTOMAKE_VERSION=1.17 ;; esac -- 2.47.3