From 9e222efbf20f30a70a6ab9308fde79b5045f8f7b Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Tue, 21 Jun 2016 15:01:40 +0200 Subject: BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf. Some configure scripts used both AC_HELP_STRING and its replacement AS_HELP_STRING. For consistency and to avoid obsolete warnings, those were changed to AS_HELP_STRING. ASTERISK-26046 Change-Id: I8aad4fd2bdee40aa2a31ce3339a1eb33ff4f5b0f --- autoconf/ast_ext_lib.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoconf/ast_ext_lib.m4') diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4 index 8f35f4bad..2c73b40c5 100644 --- a/autoconf/ast_ext_lib.m4 +++ b/autoconf/ast_ext_lib.m4 @@ -11,7 +11,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP], $1_DESCRIP="$2" $1_OPTION="$3" PBX_$1=0 - AC_ARG_WITH([$3], AC_HELP_STRING([--with-$3=PATH],[use $2 files in PATH$4]), + AC_ARG_WITH([$3], AS_HELP_STRING([--with-$3=PATH],[use $2 files in PATH$4]), [ case ${withval} in n|no) -- cgit v1.2.3