summaryrefslogtreecommitdiff
path: root/m4/groff.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/groff.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],