summaryrefslogtreecommitdiff
path: root/source4/autogen-waf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/autogen-waf.sh')
-rwxr-xr-xsource4/autogen-waf.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh
new file mode 100755
index 0000000000..f168e69676
--- /dev/null
+++ b/source4/autogen-waf.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+echo "Setting up for waf build"
+rm -f configure Makefile
+cp configure.waf configure
+
+# this relies on the fact that make looks for 'makefile' before 'Makefile'
+cp Makefile.waf makefile
+
+echo "done ... now run ./configure or ./configure.developer"