Use AS_HELP_STRING instead of the obsolete AC_HELP_STRING macro

AC_HELP_STRING has been obsolete since at least Autoconf 2.53,
which was released in 2003.
This commit is contained in:
Hugh McMaster
2022-10-16 18:16:01 +11:00
parent de01b02731
commit f05f322302
9 changed files with 13 additions and 28 deletions

View File

@@ -21,10 +21,7 @@ YAJL_LDFLAGS=""
AC_ARG_WITH(
yajl,
AC_HELP_STRING(
[--with-yajl=PATH],
[Path to yajl prefix or config script]
)
[AS_HELP_STRING([--with-yajl=PATH],[Path to yajl prefix or config script])]
)
if test "x${with_yajl}" == "xno"; then