summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-02-16 19:30:45 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-02-16 19:30:45 +0100
commit14796f529eb41b0ffda3435b5bd8d2e661622e6e (patch)
tree2c9bf74396809ab64e56636b0d42926f43710ba4 /bootstrap.sh
parent77a85bfed7debbdb66d9d3233ea6f57de23ac279 (diff)
BuildSystem: Allow newer autotools on OpenBSD.
ASTERISK-27683 Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index fe39ea203..550652bd2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -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