From 8e7f443045f8e77bb5c841c2b7bfe2e1e3fcceb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Noel?= Date: Tue, 10 Sep 2024 16:43:58 +0200 Subject: 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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3