summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-15 09:14:10 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-15 09:22:24 +1000
commit167ba0eac902238d970b8312a6cbc87cf48af91a (patch)
tree2d797ccff957c9d2e239883fdb213e86d125407a /buildtools/wafsamba
parent208eb7469d9208f2aa8bff5f07ef90be3f3d7b1d (diff)
downloadsamba-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/wafsamba')
-rw-r--r--buildtools/wafsamba/wafsamba.py5
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)