[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 06/27: m4/groff.m4: Tweak output (quote "make").
From: |
G. Branden Robinson |
Subject: |
[groff] 06/27: m4/groff.m4: Tweak output (quote "make"). |
Date: |
Thu, 2 Jan 2025 01:22:19 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit e7dcdcb20610bf31a947593391bc76df9515b926
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Dec 26 23:11:13 2024 -0600
m4/groff.m4: Tweak output (quote "make").
* m4/groff.m4 (GROFF_MAKE_DEFINES_RM): Quote name of "make" command in
"checking" message for clarity.
---
ChangeLog | 5 +++++
m4/groff.m4 | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 8fc799545..e1880ad8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-26 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * m4/groff.m4 (GROFF_MAKE_DEFINES_RM): Quote name of "make"
+ command in "checking" message for clarity.
+
2024-12-26 G. Branden Robinson <g.branden.robinson@gmail.com>
[grog]: Use a proper "artifacts" directory for test scripts.
diff --git a/m4/groff.m4 b/m4/groff.m4
index 0fb6a7765..142820737 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1749,7 +1749,7 @@ AC_DEFUN([GROFF_PROG_XPMTOPPM],
# Check for make built-in variable RM.
AC_DEFUN([GROFF_MAKE_DEFINES_RM], [
- AC_MSG_CHECKING(whether make defines 'RM')
+ AC_MSG_CHECKING(whether 'make' defines 'RM')
make=make
if test -n "$MAKE"
then
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 06/27: m4/groff.m4: Tweak output (quote "make").,
G. Branden Robinson <=