gbranden pushed a commit to branch master
in repository groff.
commit 9c9271dbff60b51d9170da8646103278450fab4a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Apr 11 04:04:42 2025 -0500
Makefile.am: Drop misleading comments.
* Makefile.am: Drop comments documenting `PAGE` and `GHOSTSCRIPT` as
appearing in "config.h". Neither appears there because they are
`AC_SUBST()`ed (into generated Make files), not `AC_DEFINE()`d (in
"config.h"). Further, the Ghostscript- related macro that we expand
is named `ALT_GHOSTSCRIPT_PROGS`, not `GHOSTSCRIPT`. Prompted by a
report and proposed patch by Lennart Jablonka.
---
ChangeLog | 10 ++++++++++
Makefile.am | 4 ----
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8393bd255..1ec94f4da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2025-04-11 G. Branden Robinson <[email protected]>
+
+ * Makefile.am: Drop comments documenting `PAGE` and
+ `GHOSTSCRIPT` as appearing in "config.h". Neither appears there
+ because they are `AC_SUBST()`ed (into generated Make files), not
+ `AC_DEFINE()`d (in "config.h"). Further, the Ghostscript-
+ related macro that we expand is named `ALT_GHOSTSCRIPT_PROGS`,
+ not `GHOSTSCRIPT`. Prompted by a report and proposed patch by
+ Lennart Jablonka.
+
2025-04-11 G. Branden Robinson <[email protected]>
* src/roff/troff/env.cpp (environment::possibly_break_line): Fix
diff --git a/Makefile.am b/Makefile.am
index 3e1fee78d..65f639691 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -352,10 +352,6 @@ man7dir=$(manroot)/man$(man7ext)
#
# uintmax_t=<value> define to `unsigned long' or `unsigned long
# long' if <inttypes.h> does not exist
-#
-# PAGE=A4 if the printer's page size is A4
-# GHOSTSCRIPT=gs the name (and directory if required) of the
-# ghostscript program
# Include
#
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit