aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-10-30 18:11:02 +0000
committerRoger Pau Monne <roger.pau@citrix.com>2012-10-30 18:11:02 +0000
commit26104b09f9269bed2805423ba0f398254c324eee (patch)
tree94251e75270a3202ed3c935321b8cfe4df101684 /config
parentecf9846a6a200e8c8cfb26d409d18fd9615df9b9 (diff)
downloadxen-26104b09f9269bed2805423ba0f398254c324eee.tar.gz
xen-26104b09f9269bed2805423ba0f398254c324eee.tar.bz2
xen-26104b09f9269bed2805423ba0f398254c324eee.zip
autoconf: check for wget and ftp
Some OSes don't come with wget by default, so ftp should be choosen on those. Add an autoconf check to check for wget and ftp, and replace the usage of hardcoded wget in tools. [ Stubdom builds still use wget unconditionally. -iwj ] Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk2
-rw-r--r--config/Tools.mk.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index b6adbbe422..3febe8dc28 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -22,8 +22,6 @@ MSGMERGE = msgmerge
# Allow git to be wrappered in the environment
GIT ?= git
-WGET ?= wget -c
-
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755 -p
INSTALL_DATA = $(INSTALL) -m0644 -p
diff --git a/config/Tools.mk.in b/config/Tools.mk.in
index a6ecf48dfd..a78f2113e3 100644
--- a/config/Tools.mk.in
+++ b/config/Tools.mk.in
@@ -22,6 +22,7 @@ AS86 := @AS86@
LD86 := @LD86@
BCC := @BCC@
IASL := @IASL@
+FETCHER := @FETCHER@
# Extra folder for libs/includes
PREPEND_INCLUDES := @PREPEND_INCLUDES@