aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSébastien Noel <[email protected]>2024-09-10 14:43:58 +0000
committerWerner Koch <[email protected]>2024-09-10 14:58:29 +0000
commit8e7f443045f8e77bb5c841c2b7bfe2e1e3fcceb9 (patch)
treee939f639d3eb748045fdba41949b20755a72482b /configure.ac
parentdoc: Update the texinfo version also on gpgme.texi changes. (diff)
downloadgpgme-8e7f443045f8e77bb5c841c2b7bfe2e1e3fcceb9.tar.gz
gpgme-8e7f443045f8e77bb5c841c2b7bfe2e1e3fcceb9.zip
doc: Provide a man page for gpgme-json.
* doc/gpgme-json.texi: New. * configure.ac: Check for yat2m. * doc/Makefile.am (YAT2M_OPTIONS): New. Also add all the other man page stuff similar to what is used in gnupg. -- ChangeLog entries by wk.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c0f136e7..f64f252d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,6 +104,8 @@ AC_CANONICAL_HOST
AM_SILENT_RULES
AC_ARG_VAR(SYSROOT,[locate config scripts also below that directory])
+AC_PATH_PROG(YAT2M, [yat2m], [:])
+
# Enable GNU extensions on systems that have them.
AC_USE_SYSTEM_EXTENSIONS