gbranden pushed a commit to branch master
in repository groff.

commit 3adae67034ddc6669cf0d9edccf281313e319863
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jan 29 01:22:57 2026 -0600

    m4/groff.m4: Drop unwanted variable assignment.
    
    * m4/groff.m4 (GROFF_URW_FONTS_CHECK): Stop emptying shell variable
      `urwfontsdir` if the URW fonts aren't found.  This variable _had_ been
      used both to store the directory where they were found _and_ as an
      indicator of whether URW font support was expected by the configuring
      user.  We now have `urwfontsupport` for the latter purpose, and
      blanking out `urwfontsdir` had the undesirable side effect of
      suppressing the message that the `GROFF_URW_FONTS_NOTICE` macro emits,
      preventing notification of the user that their intention to configure
      URW font support was foiled.
    
    Continues commit 4201c8d106, 25 January.
---
 ChangeLog   | 13 +++++++++++++
 m4/groff.m4 |  1 -
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4e8145d33..fff09ffba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2026-01-29  G. Branden Robinson <[email protected]>
+
+       * m4/groff.m4 (GROFF_URW_FONTS_CHECK): Stop emptying shell
+       variable `urwfontsdir` if the URW fonts aren't found.  This
+       variable _had_ been used both to store the directory where they
+       were found _and_ as an indicator of whether URW font support was
+       expected by the configuring user.  We now have `urwfontsupport`
+       for the latter purpose, and blanking out `urwfontsdir` had the
+       undesirable side effect of suppressing the message that the
+       `GROFF_URW_FONTS_NOTICE` macro emits, preventing notification of
+       the user that their intention to configure URW font support was
+       foiled.
+
 2026-01-29  G. Branden Robinson <[email protected]>
 
        * configure.ac: Identify the report at the end of the
diff --git a/m4/groff.m4 b/m4/groff.m4
index 25a21e6fd..bef6622f5 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -394,7 +394,6 @@ dnl entry in font/devpdf/util/BuildFoundries.pl.
     if test $groff_have_urw_fonts = no
     then
       AC_MSG_RESULT([none found])
-      urwfontsdir=
     fi
   fi
 

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

Reply via email to