[Asterisk-code-review] BuildSystem: Raise autoconf version requirement from 2.59 to... (asterisk[13])

Alexander Traud asteriskteam at digium.com
Mon Jan 15 11:09:40 CST 2018


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


Change subject: BuildSystem: Raise autoconf version requirement from 2.59 to 2.60a.
......................................................................

BuildSystem: Raise autoconf version requirement from 2.59 to 2.60a.

AC_COMPUTE_INT requires at least autoconf 2.60a.

This affects only those who contribute to Asterisk, only those who had to use
the script ./bootstrap.sh. Furthermore, this change just makes sure nobody is
using a too old autoconf.

ASTERISK-16951

Change-Id: Ibca850e2fe0e77d935207bd959bacf7197d7f637
---
M configure.ac
1 file changed, 1 insertion(+), 9 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/66/7966/1

diff --git a/configure.ac b/configure.ac
index e333faf..318cc55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,4 @@
-# Process this file with autoconf to produce a configure script.
-#
-# Make sure we use autoconf 2.60 to generate the "configure" script,
-# in case we want to commit it. Other than that, version 2.59 is
-# perfectly fine for our purposes, so people who want to modify
-# this file just have to remember to set the AC_PREREQ argument
-# to something that suits their needs.
-
-AC_PREREQ(2.60)
+AC_PREREQ(2.60a)
 
 AC_INIT([asterisk], [trunk], [https://issues.asterisk.org])
 

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

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibca850e2fe0e77d935207bd959bacf7197d7f637
Gerrit-Change-Number: 7966
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/20180115/f8a4865c/attachment.html>


More information about the asterisk-code-review mailing list