Skip to content

Commit

Permalink
configure.ac: Migrate off of deprecated macro AC_HELP_STRING
Browse files Browse the repository at this point in the history
.. onto AS_HELP_STRING of Autoconf >=2.57a.
As suggested by autoupdate.

Related Autoconf upstream commit:
https://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=ed71ef7fc3b8c5598bda5a79a7f7d682a4268cc2
  • Loading branch information
hartwork authored and davidpolverari committed Dec 24, 2024
1 parent b22c93b commit 540c833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ AC_TYPE_OFF_T
AC_TYPE_SIZE_T

AC_ARG_ENABLE([runtime-endian-check],
AC_HELP_STRING([--disable-runtime-endian-check], [disable runtime checks for endianness])
AS_HELP_STRING([--disable-runtime-endian-check],[disable runtime checks for endianness])
)

AC_ARG_WITH([bash-completion],
Expand Down

0 comments on commit 540c833

Please sign in to comment.