summaryrefslogtreecommitdiff
path: root/m4
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 /m4
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 'm4')
-rw-r--r--m4/groff.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/m4/groff.m4 b/m4/groff.m4
index 4fcc81190..19bf7f980 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -1876,20 +1876,6 @@ AC_DEFUN([GROFF_UCHARDET_NOTICE], [
fi
])
-# Some automated tests use Poppler PDF tools for sanity checks.
-
-AC_DEFUN([GROFF_POPPLER], [
- groff_have_pdftools=no
- AC_CHECK_PROG([PDFINFO], [pdfinfo], [found], [missing])
- AC_CHECK_PROG([PDFFONTS], [pdffonts], [found], [missing])
- AC_CHECK_PROG([PDFIMAGES], [pdfimages], [found], [missing])
- if test "$PDFINFO" = found \
- && test "$PDFFONTS" = found \
- && test "$PDFIMAGES" = found
- then
- groff_have_pdftools=yes
- fi
-])
AC_DEFUN([GROFF_USE_GROFF_ALLOCATOR], [
AC_ARG_ENABLE([groff-allocator],