summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/autogen-waf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/autogen-waf.sh')
-rwxr-xr-xsource4/lib/ldb/autogen-waf.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/lib/ldb/autogen-waf.sh b/source4/lib/ldb/autogen-waf.sh
deleted file mode 100755
index 4465b32db3..0000000000
--- a/source4/lib/ldb/autogen-waf.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-p=`dirname $0`
-
-echo "Setting up for waf build"
-
-echo "done. Now run $p/configure or $p/configure.developer then make."
-if [ $p != "." ]; then
- echo "Notice: The build invoke path is not the base directory! Use make with the parameter"
- echo "-C $p. Example: make -C $p0 all"
-fi