From: Olaf Hering <olaf@aepfle.de>
To: cocci@inria.fr
Subject: [cocci] [PATCH v1] Adjust configure warning for systems without hevea
Date: Mon, 17 Mar 2025 08:58:07 +0100 [thread overview]
Message-ID: <20250317075809.27150-1-olaf@aepfle.de> (raw)
Fixes 07e224f35 ("small fixes in configure and man pages")
Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 489ca91c7..38381a323 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AS_IF([test "`$ECHO --version`" = "--version"],
dnl hevea is necessary to make docs
AC_PATH_PROG([HEVEA],[hevea])
-AS_IF([test -z "$ac_cv_path_HEVEA"], [AC_MSG_WARN([hevea not detected -- you will be able to rebuild the documentation])])
+AS_IF([test -z "$ac_cv_path_HEVEA"], [AC_MSG_WARN([hevea not detected -- you will not be able to rebuild the documentation])])
dnl patchelf is an optional dependency and in principle not used for building Coccinelle
AC_PATH_PROG([PATCHELF],[patchelf])
next reply other threads:[~2025-03-18 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-17 7:58 Olaf Hering [this message]
2025-03-18 12:19 ` [cocci] [PATCH v1] Adjust configure warning for systems without hevea Markus Elfring
2025-03-18 13:15 ` Victor Gambier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250317075809.27150-1-olaf@aepfle.de \
--to=olaf@aepfle.de \
--cc=cocci@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox