[Asterisk-code-review] BuildSystem: Allow newer autotools on OpenBSD. (asterisk[13])
Jenkins2
asteriskteam at digium.com
Tue Feb 20 06:26:51 CST 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8236 )
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(-)
Approvals:
Corey Farrell: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved
Jenkins2: Approved for Submit
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/8236
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: merged
Gerrit-Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
Gerrit-Change-Number: 8236
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180220/33ee5d64/attachment.html>
More information about the asterisk-code-review
mailing list