[Asterisk-code-review] BuildSystem: Allow newer autotools on OpenBSD. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Fri Feb 16 12:32:15 CST 2018


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/8235


Change subject: BuildSystem: Allow newer autotools on OpenBSD.
......................................................................

BuildSystem: Allow newer autotools on OpenBSD.

ASTERISK-27683

Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
---
M bootstrap.sh
1 file changed, 3 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/35/8235/1

diff --git a/bootstrap.sh b/bootstrap.sh
index fe39ea2..550652b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -18,8 +18,9 @@
 		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

-- 
To view, visit https://gerrit.asterisk.org/8235
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
Gerrit-Change-Number: 8235
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180216/1617919e/attachment.html>


More information about the asterisk-code-review mailing list