summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 981be0189..05585159a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,6 +161,9 @@ GROFF_TRADITIONAL_CPP
# checks for operating system services
GROFF_WCOREFLAG
+# URW fonts extra dir
+GROFF_URW_FONTS_PATH
+
# other random stuff
GROFF_BROKEN_SPOOLER_FLAGS
GROFF_PAGE
@@ -178,6 +181,10 @@ GROFF_BASH
gl_GLIBC21
gl_LOCALCHARSET
+# checks for presence of URW fonts (requires ghostscript, which is
+# checked in GROFF_HTML_PROGRAMS
+GROFF_URW_FONTS
+
AM_CONDITIONAL([BUILD_WINSCRIPTS], [test -n "$make_winscripts"])
# If X11 is not available, don't build:
@@ -230,6 +237,9 @@ echo "\
Doc build : ${doc} "
fi
echo "\
+ URW fonts for pdf : $groff_have_urw_fonts"
+echo "\
----------------------------------------------------------------------"
GROFF_APPRESDIR_CHECK
+GROFF_URW_FONTS_CHECK