summaryrefslogtreecommitdiff
path: root/docs/docbook/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/configure.in')
-rw-r--r--docs/docbook/configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/docbook/configure.in b/docs/docbook/configure.in
index 57482d134e..3a9ed51d16 100644
--- a/docs/docbook/configure.in
+++ b/docs/docbook/configure.in
@@ -1,18 +1,8 @@
AC_INIT(global.ent)
-# Jade wrapper
AC_PATH_PROG(JW, jw)
-if test "x$JW" = x; then
- AC_MSG_ERROR("jw is required")
-fi
AC_PATH_PROG(PERL, perl)
-if test "x$PERL" = x; then
- AC_MSG_ERROR("perl is required")
-fi
AC_PATH_PROG(HTMLDOC, htmldoc)
-if test "x$HTMLDOC" = x; then
- AC_MSG_ERROR("htmldoc is required")
-fi
DOC_BUILD_DATE=`date '+%d-%m-%Y'`
AC_SUBST(DOC_BUILD_DATE)