summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2020-11-17 14:29:40 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2020-11-17 14:29:40 +0900
commit05535d9863cfc4656554fa5fd8df2f4fbe695178 (patch)
tree04fb7af5021a4992a8eb0329071d706491caad26
parent12fd96a61033a587482be150a0f955615083ad43 (diff)
downloadlibassuan-05535d9863cfc4656554fa5fd8df2f4fbe695178.tar.gz
m4: Update with newer autoconf constructs.
* src/libassuan.m4: Replace AC_HELP_STRING to AS_HELP_STRING. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--src/libassuan.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libassuan.m4 b/src/libassuan.m4
index 4af2d04..df50484 100644
--- a/src/libassuan.m4
+++ b/src/libassuan.m4
@@ -9,6 +9,7 @@ dnl This file is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dnl SPDX-License-Identifier: FSFULLR
+# Last-changed: 2020-11-17
dnl
dnl Common code used for libassuan detection [internal]
@@ -17,7 +18,7 @@ dnl
AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
[ AC_REQUIRE([AC_CANONICAL_HOST])
AC_ARG_WITH(libassuan-prefix,
- AC_HELP_STRING([--with-libassuan-prefix=PFX],
+ AS_HELP_STRING([--with-libassuan-prefix=PFX],
[prefix where LIBASSUAN is installed (optional)]),
libassuan_config_prefix="$withval", libassuan_config_prefix="")
if test x$libassuan_config_prefix != x ; then