From 0688c5b2f1b6c34e7f79018007848ad8a477e854 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 09:08:10 +0200 Subject: samba4: Don't update Makefile/configure from autogen.sh. --- source4/autogen-waf.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) mode change 120000 => 100755 source4/autogen-waf.sh (limited to 'source4/autogen-waf.sh') diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh deleted file mode 120000 index 5347ab2e95..0000000000 --- a/source4/autogen-waf.sh +++ /dev/null @@ -1 +0,0 @@ -autogen.sh \ No newline at end of file diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh new file mode 100755 index 0000000000..6541688c11 --- /dev/null +++ b/source4/autogen-waf.sh @@ -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 -- cgit