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/libassuan.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/libassuan.m4')
-rw-r--r-- | m4/libassuan.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/libassuan.m4 b/m4/libassuan.m4 index 4af2d04f..df504841 100644 --- a/m4/libassuan.m4 +++ b/m4/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 |