Merge pull request #2806 from hughmcmaster/as_help_string

Use AS_HELP_STRING instead of obsolete AC_HELP_STRING macro
This commit is contained in:
martinhsv
2022-11-11 14:33:25 -05:00
committed by GitHub
9 changed files with 13 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ AC_DEFUN([CHECK_PCRE],
AC_ARG_WITH(
pcre,
[AC_HELP_STRING([--with-pcre=PATH],[Path to pcre prefix or config script])],
[AS_HELP_STRING([--with-pcre=PATH],[Path to pcre prefix or config script])],
[test_paths="${with_pcre}"],
[test_paths="/usr/local/libpcre /usr/local/pcre /usr/local /opt/libpcre /opt/pcre /opt /usr /opt/local"])