gbranden pushed a commit to branch master
in repository groff.

commit f6f921c2b66ef808273934c1aedbcad0d233ce98
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Feb 3 05:21:42 2026 -0600

    configure.ac: Report Ghostscript cmd in summary.
    
    * configure.ac: Disclose identity of Ghostscript command discovered by
      Autoconf in configuration summary.  Completes "action item A" from
      <https://lists.gnu.org/archive/html/groff/2026-02/msg00004.html>.
---
 ChangeLog    | 7 +++++++
 configure.ac | 3 ++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index be021bc37..3b223d344 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-02-03  G. Branden Robinson <[email protected]>
+
+       * configure.ac: Disclose identity of Ghostscript command
+       discovered by Autoconf in configuration summary.  Completes
+       "action item A" from <https://lists.gnu.org/archive/html/groff/\
+       2026-02/msg00004.html>.
+
 2026-01-31  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/input.cpp (token::description): Fix assertion
diff --git a/configure.ac b/configure.ac
index 7d5224c23..b027d8c65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,7 +216,8 @@ echo "\
  C++ compiler and options         : $CXX $CXXFLAGS $CPPFLAGS
  use libgroff's memory allocator  : $groff_use_own_allocator
  C compiler and options           : $CC $CFLAGS $CPPFLAGS
- Perl interpreter version         : $perl_version"
+ Perl interpreter version         : $perl_version
+ Ghostscript command              : $GHOSTSCRIPT"
 if test "$groff_no_x" = yes
 then
   echo "\

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to