summaryrefslogtreecommitdiff
path: root/lib/talloc/autogen-waf.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-31 02:31:59 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-10-31 02:04:05 +0000
commit4f22cc7a283d21000e8ffa0c39746aa9f824f49e (patch)
treedbddd24f70d74b994c6b3c8738c9fd1fed2a695b /lib/talloc/autogen-waf.sh
parent3deece559159150a0710d8160f39583ba7f2e582 (diff)
downloadsamba-4f22cc7a283d21000e8ffa0c39746aa9f824f49e.tar.gz
samba-4f22cc7a283d21000e8ffa0c39746aa9f824f49e.tar.bz2
samba-4f22cc7a283d21000e8ffa0c39746aa9f824f49e.zip
talloc: Switch over to using waf as the default build system for the standalone build.
Diffstat (limited to 'lib/talloc/autogen-waf.sh')
-rwxr-xr-x[l---------]lib/talloc/autogen-waf.sh12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/talloc/autogen-waf.sh b/lib/talloc/autogen-waf.sh
index 99150f3a28..ee95847ef0 120000..100755
--- a/lib/talloc/autogen-waf.sh
+++ b/lib/talloc/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 main directory! Use make with the parameter"
+ echo "-C $p. Example: make -C $p all"
+fi