buildroot: Use BR2_GNU_MIRROR everywhere

Patch by Nigel Kukard.
This commit is contained in:
Peter Korsgaard
2008-03-11 08:17:17 +00:00
parent 1af1c77554
commit efa0423110
18 changed files with 24 additions and 24 deletions

View File

@@ -5,7 +5,7 @@
#############################################################
AUTOCONF_VERSION:=2.61
AUTOCONF_SOURCE:=autoconf-$(AUTOCONF_VERSION).tar.bz2
AUTOCONF_SITE:=http://ftp.gnu.org/pub/gnu/autoconf
AUTOCONF_SITE:=$(BR2_GNU_MIRROR)/gnu/autoconf
AUTOCONF_CAT:=$(BZCAT)
AUTOCONF_SRC_DIR:=$(TOOL_BUILD_DIR)/autoconf-$(AUTOCONF_VERSION)
AUTOCONF_DIR:=$(BUILD_DIR)/autoconf-$(AUTOCONF_VERSION)