BuildSystem: Allow newer autotools on OpenBSD.

ASTERISK-27683

Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
This commit is contained in:
Alexander Traud
2018-02-16 19:30:45 +01:00
parent 421d4e9c7d
commit 88ec9be78a

View File

@@ -18,8 +18,9 @@ case `uname -sr` in
MY_AM_VER= MY_AM_VER=
;; ;;
OpenBSD*) OpenBSD*)
export AUTOCONF_VERSION=2.63 # pkg_add autoconf%2.63 automake%1.9 metaauto
export AUTOMAKE_VERSION=1.9 [ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63
[ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.9
;; ;;
*'BSD'*) *'BSD'*)
MY_AC_VER=-2.62 MY_AC_VER=-2.62