waf: upgrade to 2.0.18
commitb691110c2677769dae22b78a62a749a520ae48e7
authorUri Simchoni <uri@samba.org>
Sun, 6 Oct 2019 21:36:42 +0000 (7 00:36 +0300)
committerKarolin Seeger <kseeger@samba.org>
Wed, 4 Dec 2019 08:58:18 +0000 (4 08:58 +0000)
treedc6ad1f6d1dcafae882822b2d0848a50615b8c30
parent70c829304e0d24c228bde79a6dd6597e7e2e185a
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>
(cherry picked from commit 09e282ec8173f2935bdb579e0396f269ce712e0d)
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