From: Björn Jacke Date: Tue, 5 Jun 2012 19:56:19 +0000 (+0200) Subject: s3: temporary hack to make the waf build work withouth autotools being required X-Git-Tag: tevent-0.9.16~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f;p=thirdparty%2Fsamba.git s3: temporary hack to make the waf build work withouth autotools being required this also disables the examples/VFS build for waf now. Finally we should create a wscript file for examples/VFS. Autobuild-User: Björn Jacke Autobuild-Date: Tue Jun 5 23:56:22 CEST 2012 on sn-devel-104 --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 7b2783369c4..fe052502b2a 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3388,6 +3388,7 @@ bin/ndrdump4: $(BINARY_PREREQS) vfs_examples: ( \ cd ../examples/VFS && \ + test -e ./configure || exit 0 && \ ./configure && \ make clean && \ make \