diff options
Diffstat (limited to 'source4/lib/ldb/autogen-waf.sh')
-rwxr-xr-x[l---------] | source4/lib/ldb/autogen-waf.sh | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/source4/lib/ldb/autogen-waf.sh b/source4/lib/ldb/autogen-waf.sh index 672a86b206..4465b32db3 120000..100755 --- a/source4/lib/ldb/autogen-waf.sh +++ b/source4/lib/ldb/autogen-waf.sh @@ -1 +1,11 @@ -../../../buildtools/scripts/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 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 |