groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Improve warning message if uchardet is not found


From: Bertrand Garrigues
Subject: [groff] 01/01: Improve warning message if uchardet is not found
Date: Wed, 18 Nov 2020 18:57:45 -0500 (EST)

bgarrigues pushed a commit to branch master
in repository groff.

commit 34130e9fbc210a5e4fc9c519319b2948ca273e34
Author: Bertrand Garrigues <bertrand.garrigues@laposte.net>
AuthorDate: Thu Nov 19 00:51:44 2020 +0100

    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>
---
 m4/groff.m4 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/m4/groff.m4 b/m4/groff.m4
index 2fcf0cc..9231f9f 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
   ])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]