Adds a new mode to samba cross-compiling.
authorUri Simchoni <urisimchoni@gmail.com>
Mon, 18 May 2015 18:15:19 +0000 (21:15 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 May 2015 09:19:11 +0000 (11:19 +0200)
commiteb696df4936bc48bb8fa7077bb5b45e5e2e6cb01
tree2fff812a613522d9d437a51f214cfd1ea20e2ee5
parent3fb617310df73795fbb761253f27052ae5afa40b
Adds a new mode to samba cross-compiling.

When both --cross-answers and --cross-execute are set, this means:
- Use cross-answers
- If answer is unknown, then instead of adding UNKNOWN to the cross-answers
  file and failing configure, the new mode runs cross-execute to determine the
  answer and adds that to the cross-answers file.

Signed-off-by: Uri Simchoni <urisimchoni@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
buildtools/wafsamba/samba_cross.py