summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-01 06:16:05 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-02 04:20:11 -0600
commit385e730e07286c98a0340e83278b2826dcf73c6b (patch)
treecc6ea27fb7f01630e96114b112a105cecbc2b862 /configure.ac
parent1ec02e805e2448bb17a27e3d9398cc83fd272743 (diff)
downloadgroff-git-385e730e07286c98a0340e83278b2826dcf73c6b.tar.gz
[build]: Discard now-unneeded Autoconf macro.
...and variables. * configure.ac: Stop calling `GROFF_POPPLER`. Stop populating the Automake conditional `HAVE_PDFTOOLS`. Eliminate chatter about their availability in the configuration report. * m4/groff.m4 (GROFF_POPPLER): Delete.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fa38baba9..4b1e92fb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,6 @@ AC_PROG_MKDIR_P
GROFF_PROG_XPMTOPPM
PKG_PROG_PKG_CONFIG
GROFF_UCHARDET
-GROFF_POPPLER
# use a dummy substitution if no csh hack is necessary to avoid errors
# with non-GNU sed programs
@@ -205,7 +204,6 @@ AM_CONDITIONAL([USE_GROFF_ALLOCATOR],
AM_CONDITIONAL([HAVE_GHOSTSCRIPT], [test "$GHOSTSCRIPT" != no \
&& test "$GHOSTSCRIPT" != missing])
AM_CONDITIONAL([HAVE_URW_FONTS], [test "$groff_have_urw_fonts" = yes ])
-AM_CONDITIONAL([HAVE_PDFTOOLS], [test "$groff_have_pdftools" = yes ])
AM_CONDITIONAL([HAVE_TEXI2DVI], [test "$groff_have_texi2dvi" = yes ])
AM_CONDITIONAL([USE_TEX], [test "$groff_use_tex" = yes ])
@@ -252,7 +250,6 @@ fi
echo "\
preconv can use uchardet library : $groff_have_uchardet
can build groff.dvi, groff.pdf : $groff_use_tex
- tests can use poppler PDF tools : $groff_have_pdftools
----------------------------------------------------------------------"
GROFF_APPDEFDIR_NOTICE