summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2004-10-07 10:59:34 +0000
committerwl <wl>2004-10-07 10:59:34 +0000
commit0e26260691b62c34c4cf40edfa01f9f0fe9944b9 (patch)
treecce25c06e22e132fbdda6c036e40214c0e6d570b /Makefile.in
parent043bf1fc4bad0b07a5d9dd914d707ffe5d66f4d1 (diff)
downloadgroff-0e26260691b62c34c4cf40edfa01f9f0fe9944b9.tar.gz
* aclocal.m4 (GROFF_GHOSTSCRIPT_PATH): New macro.
* configure.ac: Call GROFF_GHOSTSCRIPT_PATH. * configure: Regenerated. * Makefile.in (GHOSTSCRIPT): New variable. (MDEFINES): Add GHOSTSCRIPT.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 234de0c6..f295fdcb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,6 +43,10 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
# world).
PAGE=@PAGE@
+# The name of the ghostscript program. Normally, gs, on GNU/Linux
+# but it might be different on cygwin systems.
+GHOSTSCRIPT=@GHOSTSCRIPT@
+
# Normally the Postscript driver, grops, produces output that conforms
# to version 3.0 of the Adobe Document Structuring Conventions.
# Unfortunately some spoolers and previewers can't handle such output.
@@ -303,6 +307,8 @@ make_install_html=@make_install_html@
# -DRETSIGTYPE=int if signal handlers return int not void
# -DIS_EBCDIC_HOST if the host's encoding is EBCDIC
# -DPAGEA4 if the the printer's page size is A4
+# -DGHOSTSCRIPT=gs the name (and directory if required) of the
+# ghostscript program
DEFINES=@DEFS@
# Include
@@ -400,6 +406,7 @@ MDEFINES= \
"OBJEXT=$(OBJEXT)" \
"OTHERDEVDIRS=$(OTHERDEVDIRS)" \
"PAGE=$(PAGE)" \
+ "GHOSTSCRIPT=$(GHOSTSCRIPT)" \
"PERLPATH=$(PERLPATH)" \
"PSPRINT=$(PSPRINT)" \
"PURIFY=$(PURIFY)" \
@@ -706,7 +713,6 @@ uninstall_dirs:
$(exampledir) $(htmldocdir) $(docdir) \
$(libprogramdir) $(libdir)
-
.PHONY: check
check: