From 1e35da61455ac1e94b1f64f661e7052113de4dfc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 4 Apr 2010 18:27:30 +1000 Subject: s4-waf: new autogen-waf.sh this one will work with the tdb, talloc, etc directories --- buildtools/scripts/configure.waf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 buildtools/scripts/configure.waf (limited to 'buildtools/scripts/configure.waf') diff --git a/buildtools/scripts/configure.waf b/buildtools/scripts/configure.waf new file mode 100755 index 0000000000..a6367e7314 --- /dev/null +++ b/buildtools/scripts/configure.waf @@ -0,0 +1,11 @@ +#!/bin/sh + + +WAF=BUILDTOOLS/bin/waf + +# using JOBS=1 gives maximum compatibility with +# systems like AIX which have broken threading in python +JOBS=1 +export JOBS + +$WAF configure $* -- cgit