Skip to content

Commit

Permalink
Merge pull request #856 from GabrielGanne/obsolete-autoconf-macros
Browse files Browse the repository at this point in the history
autotools - AC_HELP_STRING is obsolete in 2.70
  • Loading branch information
fklassen authored Jun 3, 2024
2 parents 0afb3c9 + 70e28a6 commit b6270b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libopts/m4/libopts.m4
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ AC_DEFUN([LIBOPTS_CHECK_COMMON],[
m4_pushdef([AO_Libopts_Dir],
[ifelse($1, , [libopts], [$1])])
AC_ARG_ENABLE([local-libopts],
AC_HELP_STRING([--enable-local-libopts],
AS_HELP_STRING([--enable-local-libopts],
[Use the supplied libopts tearoff code]),[
if test x$enableval = xyes ; then
AC_MSG_NOTICE([Using supplied libopts tearoff])
Expand All @@ -488,14 +488,14 @@ AC_DEFUN([LIBOPTS_CHECK_COMMON],[
fi])
AC_ARG_ENABLE([libopts-install],
AC_HELP_STRING([--enable-libopts-install],
AS_HELP_STRING([--enable-libopts-install],
[Install libopts with client installation]))
AM_CONDITIONAL([INSTALL_LIBOPTS],[test "X${enable_libopts_install}" = Xyes])
[if test -z "${NEED_LIBOPTS_DIR}" ; then]
AC_MSG_CHECKING([whether autoopts-config can be found])
AC_ARG_WITH([autoopts-config],
AC_HELP_STRING([--with-autoopts-config],
AS_HELP_STRING([--with-autoopts-config],
[specify the config-info script]),
[lo_cv_with_autoopts_config=${with_autoopts_config}],
AC_CACHE_CHECK([whether autoopts-config is specified],
Expand Down

0 comments on commit b6270b0

Please sign in to comment.