diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-11 15:57:45 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:17 -0500 |
commit | fedcbe8f083f67b3689327bceb9a578175eef625 (patch) | |
tree | a8403b50731b2fe2646d59d4e038e3e54f4d937b /docs/configure.in | |
parent | 2f5e431faf6f8552a706f7245b85bf06c48e4bf7 (diff) | |
download | samba-fedcbe8f083f67b3689327bceb9a578175eef625.tar.gz samba-fedcbe8f083f67b3689327bceb9a578175eef625.tar.bz2 samba-fedcbe8f083f67b3689327bceb9a578175eef625.zip |
- Be a bit more verbose.
- Try some more possibilities when looking for 3.0 sources.
- Fix "make files"
(This used to be commit 0e33ad6b3b45a95868c64a80ff9e1e97ebe51c16)
Diffstat (limited to 'docs/configure.in')
-rw-r--r-- | docs/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configure.in b/docs/configure.in index e4f79fbc18..4ee6f0e332 100644 --- a/docs/configure.in +++ b/docs/configure.in @@ -68,7 +68,7 @@ DOCS_TARGET_REQUIRE_PROGRAM(HTML2TEXT, html2text, TXT) DOCS_TARGET_REQUIRE_PROGRAM(PERL, perl, UNDOCUMENTED) DOCS_TARGET_REQUIRE_PROGRAM(XMLLINT, xmllint, VERIFY) DOCS_TARGET_REQUIRE_PROGRAM(FOP, fop, FOPDF) -DOCS_TARGET_REQUIRE_DIR([$SPECIFIED_SOURCEDIR ..], [source/configure.in], SAMBASOURCEDIR, UNDOCUMENTED) +DOCS_TARGET_REQUIRE_DIR([$SPECIFIED_SOURCEDIR $SPECIFIED_SOURCEDIR/source ..], [param/loadparm.c], SAMBASOURCEDIR, UNDOCUMENTED) AC_MSG_RESULT([]) AC_MSG_RESULT([Summary:]) |