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

Jenkins2 asteriskteam at digium.com
Sat Jan 6 20:31:05 CST 2018


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

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I48f05698c235f709225b92bec5aa260fb57d69d1
Gerrit-Change-Number: 7810
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-code-review/attachments/20180106/fbc4d5c9/attachment.html>


More information about the asterisk-code-review mailing list