diff options
author | NIIBE Yutaka <[email protected]> | 2020-11-18 05:34:52 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2020-11-18 05:34:52 +0000 |
commit | 223779dfdeb7808809372587fa135a8cc2616ce8 (patch) | |
tree | a0d1bb30c752bb86a37d0a95b60f0077c380745a /m4/gpg-error.m4 | |
parent | qt: Fix export of qDebug GpgME::Error overload (diff) | |
download | gpgme-223779dfdeb7808809372587fa135a8cc2616ce8.tar.gz gpgme-223779dfdeb7808809372587fa135a8cc2616ce8.zip |
build: Update with newer autoconf constructs.
* configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE.
Use AS_HELP_STRING instead of AC_HELP_STRING.
* m4/libtool.m4: Update from libgpg-error.
* m4/gpg-error.m4: Update from libgpg-error.
* m4/libassuan.m4: Update from libassuan.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'm4/gpg-error.m4')
-rw-r--r-- | m4/gpg-error.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 index a9d572fb..c9b235f2 100644 --- a/m4/gpg-error.m4 +++ b/m4/gpg-error.m4 @@ -1,5 +1,5 @@ # gpg-error.m4 - autoconf macro to detect libgpg-error. -# 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-02 +# Last-changed: 2020-11-17 dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION, @@ -31,7 +31,7 @@ AC_DEFUN([AM_PATH_GPG_ERROR], dnl since that is consistent with how our three siblings use the directory/ dnl package name in --with-$dir_name-prefix=PFX. AC_ARG_WITH(libgpg-error-prefix, - AC_HELP_STRING([--with-libgpg-error-prefix=PFX], + AS_HELP_STRING([--with-libgpg-error-prefix=PFX], [prefix where GPG Error is installed (optional)]), [gpg_error_config_prefix="$withval"]) |