1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

build: make the 'wrong version of waf' message even clearer

suggest ./autogen-waf.sh
This commit is contained in:
Andrew Tridgell 2010-04-15 09:14:10 +10:00
parent 208eb7469d
commit 167ba0eac9

View File

@ -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)