summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index da2154d1..85719736 100644
--- a/configure.in
+++ b/configure.in
@@ -74,6 +74,14 @@ AC_CHECK_PROGS(ACRODIST, acrodist, false)
AC_CHECK_PROGS(PS2PDF, ps2pdf, false)
AC_CHECK_PROGS(PSTOPDF, pstopdf, false)
+dnl Check for progs needed for manpage generation
+if test $ASCIIDOC = false; then
+ AC_MSG_WARN([No acsciidoc package found])
+fi
+if test $XMLTO = false; then
+ AC_MSG_WARN([No xmlto package found])
+fi
+
dnl Checks for header files.
AC_HEADER_STDC
if test $ac_cv_header_stdc = no; then