s4-waf: use a common pattern for finding buildtools and libs
[samba.git] / source4 / configure.waf
1 #!/bin/sh
2
3 echo "Using waf based build"
4
5 WAF=../buildtools/bin/waf
6
7 # using JOBS=1 gives maximum compatibility with
8 # systems like AIX which have broken threading in python
9 JOBS=1
10 export JOBS
11
12 # don't enable WAFCACHE by default till it is
13 # size limited
14 #export WAFCACHE=$HOME/.wafcache
15 #mkdir -p $WAFCACHE
16
17 $WAF configure $*