From 167ba0eac902238d970b8312a6cbc87cf48af91a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 15 Apr 2010 09:14:10 +1000 Subject: build: make the 'wrong version of waf' message even clearer suggest ./autogen-waf.sh --- buildtools/wafsamba/wafsamba.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'buildtools') diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index de244e18fe..dd9cbd604c 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -40,7 +40,10 @@ if Constants.HEXVERSION < 0x105016: Logs.error(''' Please use the version of waf that comes with Samba, not a system installed version. See http://wiki.samba.org/index.php/Waf -for details +for details. + +Alternatively, please use ./autogen-waf.sh, and then +run ./configure and make as usual. That will call the right version of waf. ''') sys.exit(1) -- cgit