diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-02-07 14:43:52 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-02-07 15:03:40 +1100 |
commit | 9796f7398bb216d2bf2c384d0d3cbc7c140b8160 (patch) | |
tree | 47416639763ddcd410fdaff02e803d8d4beb1881 /buildtools | |
parent | a8a507222c4aee4ef526cd7bd712d4b0d05d1fa4 (diff) | |
download | samba-9796f7398bb216d2bf2c384d0d3cbc7c140b8160.tar.gz samba-9796f7398bb216d2bf2c384d0d3cbc7c140b8160.tar.bz2 samba-9796f7398bb216d2bf2c384d0d3cbc7c140b8160.zip |
build: fixed error message for incorrect waf version
just need configure now
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
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) |