]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
BuildSystem: Bump autotools versions on OpenBSD.
authorBrad Smith <brad@comstyle.com>
Sat, 27 Jan 2024 08:01:56 +0000 (03:01 -0500)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 7 Mar 2024 14:18:40 +0000 (14:18 +0000)
Bump up to the more commonly used and modern versions of
autoconf and automake.

(cherry picked from commit 9deb4c679e23c431a0b31a1a67c5549a9878dffe)

bootstrap.sh

index 3843c9a9643367a6b6078409846f7982fcedbf4f..aacc22f1ae9d1ed62c806a92f6411732a6997c46 100755 (executable)
@@ -9,9 +9,9 @@ check_for_app() {
        fi
 }
 
-# OpenBSD: pkg_add autoconf%2.63 automake%1.9 metaauto
-test -n "$AUTOCONF_VERSION" || export AUTOCONF_VERSION=2.63
-test -n "$AUTOMAKE_VERSION" || export AUTOMAKE_VERSION=1.9
+# OpenBSD: pkg_add autoconf%2.69 automake%1.16 metaauto
+test -n "$AUTOCONF_VERSION" || export AUTOCONF_VERSION=2.69
+test -n "$AUTOMAKE_VERSION" || export AUTOMAKE_VERSION=1.16
 
 check_for_app autoconf
 check_for_app autoheader