[Asterisk-code-review] BuildSystem: Avoid obsolete warning with HELP STRING on auto... (asterisk[13])

Alexander Traud asteriskteam at digium.com
Fri Jan 5 03:40:37 CST 2018


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


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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/7813/1

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/7813
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: I48f05698c235f709225b92bec5aa260fb57d69d1
Gerrit-Change-Number: 7813
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/20180105/7eb8182f/attachment.html>


More information about the asterisk-code-review mailing list