From cee6de4e63e916b412331ba63f107e4a81f10376 Mon Sep 17 00:00:00 2001 From: Alexander Traud Date: Fri, 5 Jan 2018 10:36:49 +0100 Subject: BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf. ASTERISK-26046 Change-Id: I48f05698c235f709225b92bec5aa260fb57d69d1 --- autoconf/ast_ext_lib.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/ast_ext_lib.m4 b/autoconf/ast_ext_lib.m4 index 080b8c34d..8e5b50e4a 100644 --- a/autoconf/ast_ext_lib.m4 +++ b/autoconf/ast_ext_lib.m4 @@ -39,7 +39,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP], # 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) -- cgit v1.2.3