blob: 2e4b18cf11e6fdd1912f679cb6416828a708bc44 [file] [log] [blame]
#! /bin/sh
CUR_DIR=$PWD
#possible relative path
WORKINGDIR=`dirname $0`
cd $WORKINGDIR
#abs path
WORKINGDIR=`pwd`
cd $CUR_DIR
WAF="${WORKINGDIR}/tools/waf-light"
"${WAF}" configure $*
exit $?