summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-28 09:08:10 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-28 09:12:42 +0200
commit0688c5b2f1b6c34e7f79018007848ad8a477e854 (patch)
tree0c623b5364153ea0876db737d932fd44fa33115e /source4
parent63928c82c1c5ed2fa3bab30976566a8a393ef8b4 (diff)
downloadsamba-0688c5b2f1b6c34e7f79018007848ad8a477e854.tar.gz
samba-0688c5b2f1b6c34e7f79018007848ad8a477e854.tar.bz2
samba-0688c5b2f1b6c34e7f79018007848ad8a477e854.zip
samba4: Don't update Makefile/configure from autogen.sh.
Diffstat (limited to 'source4')
-rwxr-xr-x[l---------]source4/autogen-waf.sh12
l---------source4/autogen.sh2
2 files changed, 12 insertions, 2 deletions
diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh
index 5347ab2e95..6541688c11 120000..100755
--- a/source4/autogen-waf.sh
+++ b/source4/autogen-waf.sh
@@ -1 +1,11 @@
-autogen.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 'source4'! Use make with the parameter"
+ echo "-C $p. Example: make -C $p all"
+fi
diff --git a/source4/autogen.sh b/source4/autogen.sh
index 153637b1d9..a229cc94ac 120000
--- a/source4/autogen.sh
+++ b/source4/autogen.sh
@@ -1 +1 @@
-../buildtools/scripts/autogen-waf.sh \ No newline at end of file
+autogen-waf.sh \ No newline at end of file