autoupdate: replace obsolete macros AC_HELP_STRING

- AC_HELP_STRING by AS_HELP_STRING
  https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fHELP_005fSTRING-1
Except for the ifdef in lib-prefix.m4, make the defun of AC_LIB_ARG_WITH
unconditional.
This commit is contained in:
Matthieu Longo
2024-05-28 10:49:40 +01:00
committed by Alan Modra
parent 89d801850a
commit c22e3e25de
7 changed files with 13 additions and 16 deletions

View File

@@ -292,7 +292,7 @@ BFD_BINARY_FOPEN
# Support for the msgpack C library.
AC_ARG_WITH([msgpack],
AC_HELP_STRING([--with-msgpack], [Enable msgpack support (auto/yes/no)]),
AS_HELP_STRING([--with-msgpack], [Enable msgpack support (auto/yes/no)]),
[],
[with_msgpack=auto])