summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-10-09 21:29:09 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-10-09 22:33:06 -0500
commit0b93f550d8d686326cf6701953bb0f5f590beb1a (patch)
tree86c841659a1aec0aef46a7c52e490400d6940aeb /configure.ac
parent57cf998eae20fe7c886ec2fbda24248dcafa8209 (diff)
downloadgroff-git-0b93f550d8d686326cf6701953bb0f5f590beb1a.tar.gz
configure.ac: Report where URW fonts were located.
* configure.ac: If URW fonts were located, add the directory where they were found to the configuration report. Attempts to fix <https://savannah.gnu.org/bugs/?62860> (2/2).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 350b32005..915fba9ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,13 @@ else
fi
echo "\
'groff -l' uses print spooler : $groff_have_spooler
- use URW fonts for PDF output : $groff_have_urw_fonts
+ use URW fonts for PDF output : $groff_have_urw_fonts"
+if test "$groff_have_urw_fonts" = yes
+then
+ echo "\
+ URW fonts directory : $urwfontsdir"
+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