summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2020-11-18 09:22:40 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2020-11-18 09:22:40 +0900
commit908e347fb68b28e180ac816b5050406358e81a0f (patch)
tree6c0a3dd10bcf98b200a2a08fcc9e37b7c086767a
parent361a0588489cf4a539da8debd1771024a1faa218 (diff)
downloadlibgcrypt-908e347fb68b28e180ac816b5050406358e81a0f.tar.gz
m4: Update with newer autoconf constructs.
* src/libgcrypt.m4: Replace AC_HELP_STRING to AS_HELP_STRING. -- Applied the change in gnulib of commit: fd082b5cdd9f25000a30ba65e295805b8228df3b by: Author: Gavin Smith <gavinsmith0123@gmail.com> Date: Sun Sep 27 21:06:51 2020 +0200 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--src/libgcrypt.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libgcrypt.m4 b/src/libgcrypt.m4
index f56cc1bd..19d514fd 100644
--- a/src/libgcrypt.m4
+++ b/src/libgcrypt.m4
@@ -1,5 +1,5 @@
# libgcrypt.m4 - Autoconf macros to detect libgcrypt
-# Copyright (C) 2002, 2003, 2004, 2011, 2014, 2018 g10 Code GmbH
+# Copyright (C) 2002, 2003, 2004, 2011, 2014, 2018, 2020 g10 Code GmbH
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -9,7 +9,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# Last-changed: 2018-11-13
+# Last-changed: 2020-09-27
dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
@@ -30,7 +30,7 @@ dnl
AC_DEFUN([AM_PATH_LIBGCRYPT],
[ AC_REQUIRE([AC_CANONICAL_HOST])
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}" = x ; then