gbranden pushed a commit to branch master
in repository groff.

commit 453bb9c3e32869f456be37ad86560c061a035e79
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Feb 3 05:56:03 2026 -0600

    configure.ac: Kill off `USE_GROPDF`.
    
    * configure.ac: Delete `AM_CONDITIONAL` for no-longer-used `USE_GROPDF`
      configuration parameter.
---
 ChangeLog    | 5 +++++
 configure.ac | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3c2abb3df..c3a9466d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-02-03  G. Branden Robinson <[email protected]>
+
+       * configure.ac: Delete `AM_CONDITIONAL` for no-longer-used
+       `USE_GROPDF` configuration parameter.
+
 2026-02-01  G. Branden Robinson <[email protected]>
 
        * doc/doc.am: De-parameterize production and installation of PDF
diff --git a/configure.ac b/configure.ac
index b027d8c65..695692c65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,6 @@ AM_CONDITIONAL([MAKE_DEFINES_RM], [test 
"$groff_make_defines_rm" = yes])
 AM_CONDITIONAL([USEPROGRAMPREFIX], [test "$g" = g])
 
 AM_CONDITIONAL([USE_GROHTML], [test "$use_grohtml" = yes])
-AM_CONDITIONAL([USE_GROPDF], [test "$use_gropdf" = yes])
 AM_CONDITIONAL([USE_GROFF_ALLOCATOR],
                [test "$groff_use_own_allocator" = yes])
 AM_CONDITIONAL([HAVE_GHOSTSCRIPT], [test "$GHOSTSCRIPT" != no \

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

Reply via email to