From a9921d797b45f1ab6766e06c96c6ce880a6427e1 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 29 Nov 2022 11:18:40 +0900 Subject: [PATCH] doc: Don't use AM_PATH_GPGME_PTHREAD any more. -- GnuPG-bug-id: 6285 Signed-off-by: NIIBE Yutaka --- doc/gpgme.texi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/gpgme.texi b/doc/gpgme.texi index e88bf2ac..f19b8325 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -622,11 +622,13 @@ the program to the @acronym{GPGME} library. @c (in different way), so it's not relevant now. @c -@code{AM_PATH_GPGME_PTHREAD} checks for the version of @acronym{GPGME} -that can be used with the native pthread implementation, and defines -@code{GPGME_PTHREAD_CFLAGS} and @code{GPGME_PTHREAD_LIBS}. Since -version 1.8.0 this is no longer required to GPGME_PTHREAD as -@acronym{GPGME} itself is thread safe. + +@code{AM_PATH_GPGME_PTHREAD} was provided to check for the version of +@acronym{GPGME} with the native pthread implementation, and it defined +@code{GPGME_PTHREAD_CFLAGS} and @code{GPGME_PTHREAD_LIBS}. Since +version 1.8.0 this is no longer necessary, as @acronym{GPGME} itself +is thread safe. Please use plain @code{AM_PATH_GPGME} instead, with +@code{GPGME_CFLAGS} and @code{GPGME_LDFLAGS}. @end defmac