s3:libsmb/namequery.c: don't leak 'pserver'
[Samba/gebeck_regimport.git] / source4 / configure
blobfbd81fe1c5380f268fcd3282106914b25af21e4d
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