summaryrefslogtreecommitdiff
path: root/source4/configure.waf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/configure.waf')
-rwxr-xr-xsource4/configure.waf9
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/configure.waf b/source4/configure.waf
new file mode 100755
index 0000000000..cf45177c20
--- /dev/null
+++ b/source4/configure.waf
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+echo "Using waf based build"
+
+WAF=../buildtools/waf
+export WAFCACHE=$HOME/.wafcache
+mkdir -p $WAFCACHE
+
+$WAF configure $*