summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-15 17:38:22 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-15 23:12:23 -0600
commit9578e1f516b69833114bc35f8ed245952533f3e1 (patch)
tree88580b2f1b3f17ca2f4faca20638f86d8ba29370 /configure.ac
parent1a329068ddccc11e4d91e7825f3de2d1550f75e5 (diff)
downloadgroff-git-9578e1f516b69833114bc35f8ed245952533f3e1.tar.gz
[build]: Fix Savannah #63808 (2/3).
* configure.ac: Call new macro `GROFF_GHOSTSCRIPT_AVAILABILITY_NOTICE`. Call `GROFF_GHOSTSCRIPT_VERSION_NOTICE` after it, but before `GROFF_URW_FONTS_NOTICE`. * m4/groff.m4 (GROFF_AWK_NOTICE): New macro produces warning if no awk could be found. This reduces gropdf functionality, but so do missing URW fonts, so we report this problem separately. Report the names under which we sought it, since there's configure script option for that. (GROFF_GHOSTSCRIPT_AVAILABILITY_NOTICE): New macro explains consequences of missing optional dependency on Ghostscript program: reduced grohtml functionality, nonfunctional pdfroff. Report the names under which we sought it, since there's configure script option for that. (GROFF_CHECK_GROPDF_PROGRAMS): Simplify the computational grammar.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c30d4ac4b..6cd11fdda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,8 +256,10 @@ echo "\
----------------------------------------------------------------------"
GROFF_APPDEFDIR_NOTICE
+GROFF_AWK_NOTICE
+GROFF_GHOSTSCRIPT_AVAILABILITY_NOTICE
+GROFF_GHOSTSCRIPT_VERSION_NOTICE
GROFF_URW_FONTS_NOTICE
GROFF_UCHARDET_NOTICE
-GROFF_GHOSTSCRIPT_VERSION_NOTICE
GROFF_GROHTML_PROGRAM_NOTICE
GROFF_GROPDF_PROGRAM_NOTICE