wafsamba: use additional xml catalog file (bug #9512)
[Samba/gebeck_regimport.git] / buildtools / scripts / configure.waf
bloba7d8d1dbd64183bf6ec60794985bdc7fa7ee85f2
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 BUILDPATH || exit 1
13 $WAF configure "$@" || exit 1
14 cd $PREVPATH