summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBertrand Garrigues <bertrand.garrigues@laposte.net>2020-11-19 00:51:44 +0100
committerBertrand Garrigues <bertrand.garrigues@laposte.net>2020-11-19 00:56:56 +0100
commit34130e9fbc210a5e4fc9c519319b2948ca273e34 (patch)
treeb72f0655d779a51a4bf489db255e7009bbf04aa6 /m4
parent456dad17ba6a86738b980c21bd5a88eab25e2840 (diff)
downloadgroff-git-34130e9fbc210a5e4fc9c519319b2948ca273e34.tar.gz
Improve warning message if uchardet is not found
* m4/groff.m4 (GROFF_UCHARDET_CHECK): give more precisions on the warning message if uchardet is not found. Rewording suggested by Dave Kemper <saint.snit@gmail.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/groff.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index 2fcf0cc10..9231f9fea 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1659,9 +1659,10 @@ might not work properly])
AC_DEFUN([GROFF_UCHARDET_CHECK],
[if test "x$groff_have_uchardet" = "xno" -a "x$with_uchardet" != "xno"; then
AC_MSG_WARN([
- uchardet library was not found; preprocessor 'preconv', which uses it to detect
- the input file encoding, might not work properly (to check how and in which
- order 'preconv' tries to determine the file encoding, see its man page).
+ uchardet library was not found; preprocessor 'preconv' will skip
+ this method of attempting to determine the input encoding. (To
+ check how and in what order 'preconv' tries to determine the
+ encoding, see its man page.)
])
fi
])