Replacing file with correct version.
[nivanova/samba-autobuild/.git] / docs / docbook / configure.in
1 AC_INIT(global.ent)
2
3 # Jade wrapper
4 AC_PATH_PROG(JW, jw)
5 if test "x$JW" = x; then
6    AC_MSG_ERROR("jw is required")
7 fi
8 AC_PATH_PROG(PERL, perl)
9 if test "x$PERL" = x; then
10    AC_MSG_ERROR("perl is required")
11 fi
12 AC_PATH_PROG(HTMLDOC, htmldoc)
13 if test "x$HTMLDOC" = x; then
14    AC_MSG_ERROR("htmldoc is required")
15 fi
16
17 DOC_BUILD_DATE=`date '+%d-%m-%Y'`
18 AC_SUBST(DOC_BUILD_DATE)
19
20 AC_OUTPUT( Makefile )