mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 06:53:41 +00:00
Merge "BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf."
This commit is contained in:
@@ -39,7 +39,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP],
|
|||||||
# AST_OPTION_ONLY([option name], [option variable], [option description], [default value])
|
# AST_OPTION_ONLY([option name], [option variable], [option description], [default value])
|
||||||
AC_DEFUN([AST_OPTION_ONLY],
|
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
|
case ${withval} in
|
||||||
n|no)
|
n|no)
|
||||||
|
Reference in New Issue
Block a user