From 9117e1c291f1ed7883ad60d9d33aea1a7def88df Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 28 Oct 2021 22:47:47 +0200 Subject: [PATCH] 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 --- m4/libgcrypt.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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