diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2018-11-02 05:06:43 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2018-11-02 05:06:43 +0100 |
commit | 8e84efbe35633275e260712ba38a505e3f9d0898 (patch) | |
tree | ee299b8b6d27ef3bb394baa472aa78a2f6c4d4db /m4/libgcrypt.m4 | |
parent | build: Update *.m4 from libraries. (diff) | |
download | gnupg2-8e84efbe35633275e260712ba38a505e3f9d0898.tar.xz gnupg2-8e84efbe35633275e260712ba38a505e3f9d0898.zip |
build: Update *.m4 from libraries.
* m4/gpg-error.m4: Update from master.
* m4/ksba.m4: Ditto.
* m4/libassuan.m4: Ditto.
* m4/libgcrypt.m4: Ditto.
* m4/npth.m4: Ditto.
* m4/ntbtls.m4: Ditto.
--
Do it again today.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'm4/libgcrypt.m4')
-rw-r--r-- | m4/libgcrypt.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4 index 2646e96c5..40ea01c2c 100644 --- a/m4/libgcrypt.m4 +++ b/m4/libgcrypt.m4 @@ -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-10-29 +# Last-changed: 2018-11-02 dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION, @@ -56,6 +56,7 @@ AC_DEFUN([AM_PATH_LIBGCRYPT], if test x"${LIBGCRYPT_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG libgcrypt --exists; then LIBGCRYPT_CONFIG="$GPGRT_CONFIG libgcrypt" + AC_MSG_NOTICE([Use gpgrt-config as libgcrypt-config]) use_gpgrt_config=yes fi fi |