git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
s4-waf: new autogen-waf.sh
[samba.git]
/
buildtools
/
scripts
/
configure.waf
1
#!/bin/sh
2
3
4
WAF=BUILDTOOLS/bin/waf
5
6
# using JOBS=1 gives maximum compatibility with
7
# systems like AIX which have broken threading in python
8
JOBS=1
9
export JOBS
10
11
$WAF configure $*