Skip to content

Commit b7bc724

Browse files
committed
configure.ac: Migrate off of deprecated macro AC_HELP_STRING
.. 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
1 parent b22c93b commit b7bc724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ AC_TYPE_OFF_T
4848
AC_TYPE_SIZE_T
4949

5050
AC_ARG_ENABLE([runtime-endian-check],
51-
AC_HELP_STRING([--disable-runtime-endian-check], [disable runtime checks for endianness])
51+
AS_HELP_STRING([--disable-runtime-endian-check],[disable runtime checks for endianness])
5252
)
5353

5454
AC_ARG_WITH([bash-completion],

0 commit comments

Comments
 (0)