summaryrefslogtreecommitdiff
path: root/lib/tdb/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb/autogen.sh')
-rwxr-xr-x[l---------]lib/tdb/autogen.sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/tdb/autogen.sh b/lib/tdb/autogen.sh
index a229cc94ac..3005239885 120000..100755
--- a/lib/tdb/autogen.sh
+++ b/lib/tdb/autogen.sh
@@ -1 +1,11 @@
-autogen-waf.sh \ No newline at end of file
+#!/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