build: fixed error message for incorrect waf version
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 03:43:52 +0000 (14:43 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 04:03:40 +0000 (15:03 +1100)
just need configure now

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

buildtools/wafsamba/wafsamba.py

index dcf719864274a9cb1fb75b71628599533e66a4da..09499499233f17c9d89fddc3692393628cf329a0 100644 (file)
@@ -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)