diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-15 09:14:10 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-15 09:22:24 +1000 |
commit | 167ba0eac902238d970b8312a6cbc87cf48af91a (patch) | |
tree | 2d797ccff957c9d2e239883fdb213e86d125407a /buildtools | |
parent | 208eb7469d9208f2aa8bff5f07ef90be3f3d7b1d (diff) | |
download | samba-167ba0eac902238d970b8312a6cbc87cf48af91a.tar.gz samba-167ba0eac902238d970b8312a6cbc87cf48af91a.tar.bz2 samba-167ba0eac902238d970b8312a6cbc87cf48af91a.zip |
build: make the 'wrong version of waf' message even clearer
suggest ./autogen-waf.sh
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/wafsamba.py | 5 |
1 files changed, 4 insertions, 1 deletions
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) |