From: Vincent Bernat Date: Tue, 2 Dec 2025 11:00:23 +0000 (+0100) Subject: build: update automake/autoconf for OpenBSD X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47295b9432b8f39e3efd6b5eab204ee5651acd1;p=thirdparty%2Flldpd.git build: update automake/autoconf for OpenBSD --- 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