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
vfs_ceph: drop support for pre-hammer libcephfs versions
[Samba.git]
/
ctdb
/
configure
blob
dbb0c1446b512d3fd85864d9b9b5272f46fd8a91
1
#!/bin/sh
2
3
PREVPATH
=
`dirname
$0
`
4
5
WAF
=
buildtools
/
bin
/
waf
6
[
-x
"
$WAF
"
]
|| WAF
=
..
/
buildtools
/
bin
/
waf
7
8
# using JOBS=1 gives maximum compatibility with
9
# systems like AIX which have broken threading in python
10
JOBS
=
1
11
export
JOBS
12
13
cd
. ||
exit
1
14
$PYTHON $WAF
configure
"$@"
||
exit
1
15
cd
$PREVPATH