s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_check_stat()
[Samba/vl.git] / configure
blob72f758e5adc3846b239cc7c438a5ee7843668d1f
1 #!/bin/sh
3 PREVPATH=`dirname $0`
5 WAF=./buildtools/bin/waf
7 # using JOBS=1 gives maximum compatibility with
8 # systems like AIX which have broken threading in python
9 JOBS=1
10 export JOBS
12 cd . || exit 1
13 $WAF configure "$@" || exit 1
14 cd $PREVPATH