]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: update automake/autoconf for OpenBSD
authorVincent Bernat <vincent@bernat.ch>
Tue, 2 Dec 2025 11:00:23 +0000 (12:00 +0100)
committerVincent Bernat <vincent@bernat.ch>
Tue, 2 Dec 2025 11:22:47 +0000 (12:22 +0100)
tests/ci/install.sh
tests/ci/run.sh

index 67e93a3ec8a5b1902c3a151e232c50068fb5c6d6..eb1836251af10479bf828e5b99cee7a00ecb25a5 100755 (executable)
@@ -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
         ;;
index e0f60003c9b327e22a11b44a4d70c0478a3d62ae..48931073598f1c78adfe57ebda5ce318703293a6 100755 (executable)
@@ -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