repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4-client Use NTLMv2 by default in the Samba4 client.
[Samba.git]
/
source4
/
configure
blob
fbd81fe1c5380f268fcd3282106914b25af21e4d
1
#!/bin/sh
2
3
PREVPATH
=
`dirname
$0
`
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
cd
. ||
exit
1
13
$WAF
configure
"$@"
||
exit
1
14
cd
$PREVPATH