mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
Merge "BuildSystem: Allow newer autotools on OpenBSD."
This commit is contained in:
@@ -18,8 +18,9 @@ case `uname -sr` in
|
||||
MY_AM_VER=
|
||||
;;
|
||||
OpenBSD*)
|
||||
export AUTOCONF_VERSION=2.63
|
||||
export AUTOMAKE_VERSION=1.9
|
||||
# pkg_add autoconf%2.63 automake%1.9 metaauto
|
||||
[ -z "$AUTOCONF_VERSION" ] && export AUTOCONF_VERSION=2.63
|
||||
[ -z "$AUTOMAKE_VERSION" ] && export AUTOMAKE_VERSION=1.9
|
||||
;;
|
||||
*'BSD'*)
|
||||
MY_AC_VER=-2.62
|
||||
|
Reference in New Issue
Block a user