gbranden pushed a commit to branch master
in repository groff.

commit fb1832a8ff63900b81c37123c48e305bfd9daa2e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Feb 3 06:08:12 2026 -0600

    [build]: Kill off `GROFF_GROPDF_PROGRAM_NOTICE`.
    
    * m4/groff.m4 (GROFF_GROHTML_PROGRAM_NOTICE): Delete.
    
    * configure.ac: Stop interpolating same.
---
 ChangeLog    |  7 +++++++
 configure.ac |  1 -
 m4/groff.m4  | 18 ------------------
 3 files changed, 7 insertions(+), 19 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c3a9466d2..83b2ae2b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2026-02-03  G. Branden Robinson <[email protected]>
+
+       [build]: Kill off `GROFF_GROPDF_PROGRAM_NOTICE`.
+
+       * m4/groff.m4 (GROFF_GROHTML_PROGRAM_NOTICE): Delete.
+       * configure.ac: Stop interpolating same.
+
 2026-02-03  G. Branden Robinson <[email protected]>
 
        * configure.ac: Delete `AM_CONDITIONAL` for no-longer-used
diff --git a/configure.ac b/configure.ac
index 695692c65..ef2e50f45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,4 +249,3 @@ GROFF_URW_FONTS_NOTICE
 GROFF_UCHARDET_NOTICE
 GROFF_GROHTML_PROGRAM_NOTICE
 GROFF_MAKEINFO_PROGRAM_NOTICE
-GROFF_GROPDF_PROGRAM_NOTICE
diff --git a/m4/groff.m4 b/m4/groff.m4
index 7318ddfd1..3fdfe90c2 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -300,24 +300,6 @@ AC_DEFUN([GROFF_MAKEINFO_PROGRAM_NOTICE], [
 ])
 
 
-AC_DEFUN([GROFF_GROPDF_PROGRAM_NOTICE], [
-  AC_REQUIRE([GROFF_GROPDF_DEPENDENCIES_CHECK])
-
-  if test "$use_gropdf" = no
-  then
-    AC_MSG_NOTICE(['gropdf' will have reduced function.
-
-  Neither Ghostscript nor URW fonts are available; groff documentation
-  thus will not be available in PDF.
-
-  'gropdf' will be able to handle only documents using the standard PDF
-  base 14 fonts, plus the 'EURO' font groff supplies, and font embedding
-  with its '-e' option (accessed via the 'groff' command with the option
-  '-P -e') will not be possible.
-])
-  fi
-])
-
 # Make URW font support configurable.
 
 AC_DEFUN([GROFF_URW_FONTS_SUPPORT], [

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

Reply via email to