diff options
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 5 |
1 files changed, 2 insertions, 3 deletions
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) |