tdb: Remove autotools support.
[metze/samba/wip.git] / lib / tdb / autogen.sh
deleted file mode 120000 (symlink)
index a229cc94ac167df85fef24086b6ecfb3495635c1..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-autogen-waf.sh
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..3005239885575c563673f19533279939998066e6
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+p=`dirname $0`
+
+echo "Setting up for waf build"
+
+echo "done. Now run $p/configure then make."
+if [ $p != "." ]; then
+       echo "Notice: The build invoke path is not the main directory! Use make with the parameter"
+       echo "-C $p. Example: make -C $p all"
+fi