summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 95b36492..4db4bcb2 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -124,6 +124,12 @@ AC_DEFUN([GROFF_PNMTOPS_NOSETPAGE],
fi
AC_SUBST([pnmtops_nosetpage])])
+# Check location of `gs'.
+
+AC_DEFUN([GROFF_GHOSTSCRIPT_PATH],
+ [AC_PATH_TOOL(GHOSTSCRIPT, gs gsos2, missing)
+ AC_SUBST(GHOSTSCRIPT)])
+
# GROFF_CSH_HACK(if hack present, if not present)
AC_DEFUN([GROFF_CSH_HACK],