From 9796f7398bb216d2bf2c384d0d3cbc7c140b8160 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2011 14:43:52 +1100 Subject: build: fixed error message for incorrect waf version just need configure now Pair-Programmed-With: Andrew Bartlett --- buildtools/wafsamba/wafsamba.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'buildtools/wafsamba/wafsamba.py') diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index dcf7198642..0949949923 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -46,9 +46,8 @@ 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. -Alternatively, please use ./autogen-waf.sh, and then -run ./configure and make as usual. That will call the right version of waf. -''') +Alternatively, please run ./configure and make as usual. That will +call the right version of waf.''') sys.exit(1) -- cgit