[asterisk-commits] BuildSystem: Avoid obsolete warning with HELP STRING on auto... (asterisk[15])
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Jan  7 04:17:21 CST 2018
    
    
  
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/7814 )
Change subject: BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf.
......................................................................
BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf.
ASTERISK-26046
Change-Id: I48f05698c235f709225b92bec5aa260fb57d69d1
---
M autoconf/ast_ext_lib.m4
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
  Corey Farrell: Looks good to me, but someone else must approve
  Richard Mudgett: Looks good to me, approved
  Jenkins2: Approved for Submit
diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4
index 080b8c3..8e5b50e 100644
--- a/autoconf/ast_ext_lib.m4
+++ b/autoconf/ast_ext_lib.m4
@@ -39,7 +39,7 @@
 # AST_OPTION_ONLY([option name], [option variable], [option description], [default value])
 AC_DEFUN([AST_OPTION_ONLY],
 [
-AC_ARG_WITH([$1], AC_HELP_STRING([--with-$1=PATH], [use $3 in PATH]),
+AC_ARG_WITH([$1], AS_HELP_STRING([--with-$1=PATH], [use $3 in PATH]),
 	[
 	case ${withval} in
 	n|no)
-- 
To view, visit https://gerrit.asterisk.org/7814
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I48f05698c235f709225b92bec5aa260fb57d69d1
Gerrit-Change-Number: 7814
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Alexander Traud <pabstraud at compuserve.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-commits/attachments/20180107/40e12373/attachment.html>
    
    
More information about the asterisk-commits
mailing list