build: fixed st_done test completion code
[Samba/gebeck_regimport.git] / source4 / configure.waf
blobcf45177c202c7e9aabd3424966d641208cb37eac
1 #!/bin/bash
3 echo "Using waf based build"
5 WAF=../buildtools/waf
6 export WAFCACHE=$HOME/.wafcache
7 mkdir -p $WAFCACHE
9 $WAF configure $*