waf: upgrade to 2.0.18
authorUri Simchoni <uri@samba.org>
Sun, 6 Oct 2019 21:36:42 +0000 (00:36 +0300)
committerUri Simchoni <uri@samba.org>
Sun, 20 Oct 2019 12:06:30 +0000 (12:06 +0000)
commit09e282ec8173f2935bdb579e0396f269ce712e0d
tree771e66bf05fd1c6a724cb7d67800ef90ac48939f
parent0afd655e80262ea8505a2e6d0dd9cc453fbdfd8c
waf: upgrade to 2.0.18

This is required to get the new test_args parameter to conf.check, which
facilitates passing arguments to configuration test programs.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13846

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
19 files changed:
buildtools/bin/waf
buildtools/wafsamba/wafsamba.py
third_party/waf/waflib/Configure.py
third_party/waf/waflib/Context.py
third_party/waf/waflib/Scripting.py
third_party/waf/waflib/TaskGen.py
third_party/waf/waflib/Tools/asm.py
third_party/waf/waflib/Tools/c_aliases.py
third_party/waf/waflib/Tools/c_config.py
third_party/waf/waflib/Tools/c_tests.py
third_party/waf/waflib/Tools/gas.py
third_party/waf/waflib/Tools/javaw.py
third_party/waf/waflib/Tools/nasm.py
third_party/waf/waflib/Tools/python.py
third_party/waf/waflib/extras/doxygen.py
third_party/waf/waflib/extras/fast_partial.py
third_party/waf/waflib/extras/genpybind.py [new file with mode: 0644]
third_party/waf/waflib/extras/local_rpath.py
third_party/waf/waflib/extras/objcopy.py