summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-24 08:05:33 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-24 08:05:33 -0500
commitfaf3bd814f84f1280ae8ced9a54f5f94b0e695b3 (patch)
tree8441522d99866e10ffd899de412fa30ae0d20bc9 /configure.ac
parent35cf164afc718b1f7211da131a2668af656f3a5b (diff)
downloadgroff-git-faf3bd814f84f1280ae8ced9a54f5f94b0e695b3.tar.gz
[build]: Add print spooler to ./configure report.
[build]: Add print spooler determination to configuration report. * m4/groff.m4 (GROFF_PRINT): Add shell variable `groff_have_spooler` to house the name of the print spooler {"lp" or "lpr"} or the word "no". * configure.ac: Report determined spooler, or its absence. Also make code style more readable.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 08dbf9cf6..570f59db9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -225,6 +225,7 @@ else
X11 app defaults directory : $appresdir"
fi
echo "\
+ 'groff -l' uses print spooler : $groff_have_spooler
use URW fonts for PDF output : $groff_have_urw_fonts
preconv can use uchardet library : $groff_have_uchardet
tests can use PDF tools : $groff_have_pdftools"