summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-28 22:47:47 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-29 16:36:00 +0200
commit9117e1c291f1ed7883ad60d9d33aea1a7def88df (patch)
treeeaac3b717c40931d51729557e8124386d38782d0 /m4
parentFix typo (diff)
downloadcore-9117e1c291f1ed7883ad60d9d33aea1a7def88df.tar.gz
core-9117e1c291f1ed7883ad60d9d33aea1a7def88df.zip
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 <serval2412@yahoo.fr>
Diffstat (limited to 'm4')
-rw-r--r--m4/libgcrypt.m42
1 files changed, 1 insertions, 1 deletions
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