m4/libgcrypt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9117e1c291f1ed7883ad60d9d33aea1a7def88df Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Thu Oct 28 22:47:47 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Oct 29 16:36:00 2021 +0200
Fix macro "AC_HELP_STRING" is obsolete (m4) Change-Id: I0b19293d72f3428004ffc8fc7874420b0ff95bf3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124347 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4 index 1be2fe61fed7..bf3c59862e42 100644 --- a/m4/libgcrypt.m4 +++ b/m4/libgcrypt.m4 @@ -22,7 +22,7 @@ dnl with a changed API. dnl AC_DEFUN([AM_PATH_LIBGCRYPT], [ AC_ARG_WITH(libgcrypt-prefix, - AC_HELP_STRING([--with-libgcrypt-prefix=PFX], + AS_HELP_STRING([--with-libgcrypt-prefix=PFX], [prefix where LIBGCRYPT is installed (optional)]), libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="") if test x$libgcrypt_config_prefix != x ; then