Skip to content

Commit

Permalink
Replace autotools macro AC_HELP_STRING with AS_HELP_STRING.
Browse files Browse the repository at this point in the history
In minizip's configure.ac. AC_HELP_STRING is obsolete.
  • Loading branch information
matlo607 authored and madler committed Apr 30, 2024
1 parent 2ba25b2 commit 1b70083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/minizip/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign])
LT_INIT

AC_MSG_CHECKING([whether to build example programs])
AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs]))
AC_ARG_ENABLE([demos], AS_HELP_STRING([--enable-demos], [build example programs]))
AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes])
if test "$enable_demos" = yes
then
Expand Down

0 comments on commit 1b70083

Please sign in to comment.