[Asterisk-code-review] BuildSystem: Enable autotools in FreeBSD. (asterisk[15])

Jenkins2 asteriskteam at digium.com
Tue Feb 13 07:14:53 CST 2018


Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/8090 )

Change subject: BuildSystem: Enable autotools in FreeBSD.
......................................................................

BuildSystem: Enable autotools in FreeBSD.

In the current versions of FreeBSD, the apps of GNU autotools do not need to
be called with a version anymore. The latest version can be invoked directly.
Additionally, the script ./bootstrap.sh asked for autoconf 2.62 and
automake 1.9, versions which are not available as port anymore.

ASTERISK-27637

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

Approvals:
  George Joseph: Looks good to me, but someone else must approve
  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 272c57b..fe39ea2 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -13,9 +13,9 @@
 # On Linux, environment variables tell which one to use.
 
 case `uname -sr` in
-	'FreeBSD 4'*)	# FreeBSD 4.x has a different naming
-		MY_AC_VER=259
-		MY_AM_VER=19
+	FreeBSD*)
+		MY_AC_VER=
+		MY_AM_VER=
 		;;
 	OpenBSD*)
 		export AUTOCONF_VERSION=2.63

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

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: Id7b94b80e78cc943a40ba79b697e3f70019820a7
Gerrit-Change-Number: 8090
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.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/20180213/1964af43/attachment-0001.html>


More information about the asterisk-code-review mailing list