Skip to content
Snippets Groups Projects
Commit 14f84cc2 authored by Brad Smith's avatar Brad Smith Committed by Asterisk Development Team
Browse files

BuildSystem: Bump autotools versions on OpenBSD.

Bump up to the more commonly used and modern versions of
autoconf and automake.

(cherry picked from commit 9deb4c679e23c431a0b31a1a67c5549a9878dffe)
parent 30d05081
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ check_for_app() { ...@@ -9,9 +9,9 @@ check_for_app() {
fi fi
} }
# OpenBSD: pkg_add autoconf%2.63 automake%1.9 metaauto # OpenBSD: pkg_add autoconf%2.69 automake%1.16 metaauto
test -n "$AUTOCONF_VERSION" || export AUTOCONF_VERSION=2.63 test -n "$AUTOCONF_VERSION" || export AUTOCONF_VERSION=2.69
test -n "$AUTOMAKE_VERSION" || export AUTOMAKE_VERSION=1.9 test -n "$AUTOMAKE_VERSION" || export AUTOMAKE_VERSION=1.16
check_for_app autoconf check_for_app autoconf
check_for_app autoheader check_for_app autoheader
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment