1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00
samba-mirror/docs/docbook/configure.in
Tim Potter 63c1aa25cf Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather than
generate a bodgy Makefile.
(This used to be commit 2842e0925debe8bfabfdf011913cf5e13e824c10)
2003-03-17 10:26:44 +00:00

11 lines
181 B
Plaintext

AC_INIT(global.ent)
AC_PATH_PROG(JW, jw)
AC_PATH_PROG(PERL, perl)
AC_PATH_PROG(HTMLDOC, htmldoc)
DOC_BUILD_DATE=`date '+%d-%m-%Y'`
AC_SUBST(DOC_BUILD_DATE)
AC_OUTPUT( Makefile )