groff-commit
[Top][All Lists]
Advanced

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

[groff] 10/10: [m4]: Fix messaging nits.


From: G. Branden Robinson
Subject: [groff] 10/10: [m4]: Fix messaging nits.
Date: Sat, 30 Oct 2021 19:26:36 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 19670348f5478958e667c04b1ac1680ec0bc95f9
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 31 09:52:46 2021 +1100

    [m4]: Fix messaging nits.
    
    * m4/groff.m4: Fix messaging nits.
    
      (GROFF_MAKEINFO): Set `missing` to "missing 'makeinfo'" for
      consistency with other assignments to `missing`.
    
      (GROFF_TMAC): Utter an intelligible result in the configure check when
      no system macro files requiring groff wrapping are located.
---
 ChangeLog   | 9 +++++++++
 m4/groff.m4 | 3 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 100a3f8..b74254b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-10-31  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * m4/groff.m4: Fix messaging nits.
+       (GROFF_MAKEINFO): Set `missing` to "missing 'makeinfo'" for
+       consistency with other assignments to `missing`.
+       (GROFF_TMAC): Utter an intelligible result in the configure
+       check when no system macro files requiring groff wrapping are
+       located.
+
 2021-10-30  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [troff]: Handle special character escape sequences that map to
diff --git a/m4/groff.m4 b/m4/groff.m4
index a5f90e5..1f3e5e9 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -164,7 +164,7 @@ AC_DEFUN([GROFF_MAKEINFO],
      missing=
      AC_CHECK_PROG([MAKEINFO], [makeinfo], [makeinfo])
      if test -z "$MAKEINFO"; then
-       missing="'makeinfo' is missing."
+       missing="missing 'makeinfo'"
      else
        AC_MSG_CHECKING([for makeinfo version])
        # We need an additional level of quoting to make sed's regexps work.
@@ -1073,6 +1073,7 @@ AC_DEFUN([GROFF_TMAC],
      done
      rm -f conftest.sol
    fi
+   test "x$tmac_wrap" = "x" && tmac_wrap="none found"
    AC_MSG_RESULT([$tmac_wrap])
    AC_SUBST([tmac_wrap])])
 



reply via email to

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