gbranden pushed a commit to branch master
in repository groff.

commit 61f0a98453c3c99d053c2364a8678386e9a5fbd3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Feb 24 06:49:07 2023 -0600

    configure.ac: Drop now-redundant explicit check.
    
    * configure.ac: Drop now-redundant explicit `GROFF_URW_FONTS_CHECK`.
      `GROFF_GROPDF_DEPENDENCIES_CHECK` `AC_REQUIRE`s it as of commit
      ec001d2a23, 18 February.
---
 ChangeLog    | 6 ++++++
 configure.ac | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fce638f5a..c387e885b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-24  G. Branden Robinson <[email protected]>
+
+       * configure.ac: Drop now-redundant explicit
+       `GROFF_URW_FONTS_CHECK`.  `GROFF_GROPDF_DEPENDENCIES_CHECK`
+       `AC_REQUIRE`s it as of commit ec001d2a23, 18 February.
+
 2023-02-24  G. Branden Robinson <[email protected]>
 
        * m4/groff.m4 (GROFF_URW_FONTS_CHECK): When looking for a
diff --git a/configure.ac b/configure.ac
index b4e992162..fa38baba9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -179,10 +179,6 @@ GROFF_GHOSTSCRIPT_VERSION_CHECK
 gl_GLIBC21
 gl_LOCALCHARSET
 
-# Check for presence of URW fonts (these require Ghostscript, which is
-# checked for by GROFF_CHECK_GROHTML_PROGRAMS).
-GROFF_URW_FONTS_CHECK
-
 AM_CONDITIONAL([BUILD_WINSCRIPTS], [test -n "$make_winscripts"])
 
 # If X11 is not available, don't build:

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

Reply via email to