summaryrefslogtreecommitdiff
path: root/docs/docbook/configure
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-03-17 11:02:54 +0000
committerTim Potter <tpot@samba.org>2003-03-17 11:02:54 +0000
commit9349b44ea741d32a74ba34f68675bd80b61123a6 (patch)
tree01ecea6bd1871559d3ed10f7488c80cd1e4caff7 /docs/docbook/configure
parenta9034ec179239274bdb0f7dffbe87c11c4a0539d (diff)
downloadsamba-9349b44ea741d32a74ba34f68675bd80b61123a6.tar.gz
samba-9349b44ea741d32a74ba34f68675bd80b61123a6.tar.bz2
samba-9349b44ea741d32a74ba34f68675bd80b61123a6.zip
Run autoconf. Shouldn't we have an autogen.sh here?
(This used to be commit a43fe8e5f0cc95a8fb89db4ab1ee051b8c9d1bab)
Diffstat (limited to 'docs/docbook/configure')
-rwxr-xr-xdocs/docbook/configure13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/docbook/configure b/docs/docbook/configure
index 609c17ed87..8680e5b5ab 100755
--- a/docs/docbook/configure
+++ b/docs/docbook/configure
@@ -557,10 +557,13 @@ else
echo "$ac_t""no" 1>&6
fi
+if test "x$JW" = x; then
+ { echo "configure: error: "jw is required"" 1>&2; exit 1; }
+fi
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:564: checking for $ac_word" >&5
+echo "configure:567: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -592,10 +595,13 @@ else
echo "$ac_t""no" 1>&6
fi
+if test "x$PERL" = x; then
+ { echo "configure: error: "perl is required"" 1>&2; exit 1; }
+fi
# Extract the first word of "htmldoc", so it can be a program name with args.
set dummy htmldoc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:599: checking for $ac_word" >&5
+echo "configure:605: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_HTMLDOC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -627,6 +633,9 @@ else
echo "$ac_t""no" 1>&6
fi
+if test "x$HTMLDOC" = x; then
+ { echo "configure: error: "htmldoc is required"" 1>&2; exit 1; }
+fi
DOC_BUILD_DATE=`date '+%d-%m-%Y'`