]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commit
build: don't mandate availability of a fetcher program
authorWei Liu <wei.liu2@citrix.com>
Thu, 14 Mar 2019 14:08:47 +0000 (14:08 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 4 Apr 2019 14:03:05 +0000 (15:03 +0100)
commit58e1417945dcad6ef8f16f6dbd6b17103c07782c
treee5a01aefa6002445cef6c52a3185d707e8af002b
parentdbe55b5d6a03c72c80d9f6df502927c7dc8db03f
build: don't mandate availability of a fetcher program

It is common that build hosts are isolated from outside world. They
don't necessarily have wget or ftp installed.

Turn the error into warning in configure. And point FETCHER to `false'
command if neither wget nor ftp is available, so any attempt to
download will result in error.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
m4/fetcher.m4
stubdom/configure
tools/configure