aboutsummaryrefslogtreecommitdiff
path: root/am/gpgme.m4
diff options
context:
space:
mode:
Diffstat (limited to 'am/gpgme.m4')
-rw-r--r--am/gpgme.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/am/gpgme.m4 b/am/gpgme.m4
index 21ac088..fb9d7f8 100644
--- a/am/gpgme.m4
+++ b/am/gpgme.m4
@@ -1,9 +1,9 @@
dnl
dnl This file is part of GNU Anubis.
-dnl Copyright (C) 2001-2014 The Anubis Team.
+dnl Copyright (C) 2001-2024 The Anubis Team.
dnl
dnl GNU Anubis is free software; you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by the
dnl Free Software Foundation; either version 3 of the License, or (at your
dnl option) any later version.
dnl
@@ -22,13 +22,13 @@ dnl $Id$
dnl AM_PATH_GPGME([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libgpgme and define GPGME_CFLAGS and GPGME_LIBS
dnl
AC_DEFUN([AM_PATH_GPGME],
[ AC_ARG_WITH(gpgme-prefix,
- AC_HELP_STRING([--with-gpgme-prefix=PFX],
+ AS_HELP_STRING([--with-gpgme-prefix=PFX],
[prefix where GPGME is installed (optional)]),
gpgme_config_prefix="$withval", gpgme_config_prefix="")
if test x$gpgme_config_prefix != x ; then
gpgme_config_args="$gpgme_config_args --prefix=$gpgme_config_prefix"
if test x${GPGME_CONFIG+set} != xset ; then
GPGME_CONFIG=$gpgme_config_prefix/bin/gpgme-config

Return to:

Send suggestions and report system problems to the System administrator.