samba4: Don't update Makefile/configure from autogen.sh.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2010 07:08:10 +0000 (09:08 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2010 07:12:42 +0000 (09:12 +0200)
source4/autogen-waf.sh [changed from symlink to file mode: 0755]
source4/autogen.sh

deleted file mode 120000 (symlink)
index 5347ab2e9548f998cac1413398b145116e36bcfa..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-autogen.sh
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..6541688c11c77ea19f6355f5bfaa1e202cc550ab
--- /dev/null
@@ -0,0 +1,11 @@
+#!/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
index 153637b1d9bc5127b4efbd2db32f6f25380ed72a..a229cc94ac167df85fef24086b6ecfb3495635c1 120000 (symlink)
@@ -1 +1 @@
-../buildtools/scripts/autogen-waf.sh
\ No newline at end of file
+autogen-waf.sh
\ No newline at end of file