build: use a common autogen-waf.sh for all builds
[nivanova/samba-autobuild/.git] / lib / talloc / autogen-waf.sh
deleted file mode 100755 (executable)
index 9cb144afcf475025e8791c774a558503e3b2bc10..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-echo "Setting up for waf build"
-
-echo "Looking for the buildtools directory"
-
-d="buildtools"
-while test \! -d $d; do d="../$d"; done
-
-echo "Found buildtools in $d"
-
-echo "Setting up configure"
-rm -f configure
-sed "s|BUILDTOOLS|$d|g" < "$d/scripts/configure.waf" > configure
-chmod +x configure
-
-echo "Setting up makefile"
-# this relies on the fact that make looks for 'makefile' before 'Makefile'
-rm -f makefile
-sed "s|BUILDTOOLS|$d|g" < "$d/scripts/Makefile.waf" > makefile
-
-echo "done. Now run ./configure or ./configure.developer then make"
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..99150f3a28042134425dd7e097a2b2ffb03b53c5
--- /dev/null
@@ -0,0 +1 @@
+../../buildtools/scripts/autogen-waf.sh
\ No newline at end of file