From 26104b09f9269bed2805423ba0f398254c324eee Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 30 Oct 2012 18:11:02 +0000 Subject: 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 Signed-off-by: Roger Pau Monne Acked-by: Ian Jackson Committed-by: Ian Jackson --- config/StdGNU.mk | 2 -- config/Tools.mk.in | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'config') 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@ -- cgit v1.2.3