[Asterisk-code-review] BuildSystem: Allow newer autotools on OpenBSD. (asterisk[15])
Joshua Colp
asteriskteam at digium.com
Tue Feb 20 07:34:44 CST 2018
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/8237 )
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; 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/8237
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I5ec9dafbb0c16b6f2740c641980bc2eaaf995624
Gerrit-Change-Number: 8237
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/0637462e/attachment.html>
More information about the asterisk-code-review
mailing list