summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-16 18:57:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-16 18:57:34 +0000
commit1c7a03659c5f4dd08add3e561c9f8dd93cc421c6 (patch)
tree093f4394a943674fa42234057a4b530d5398f9ea /include/prereq-build.mk
parentcd5366835269aaefac2218bbbdca74f46e1378af (diff)
downloadmaster-31e0f0ae-1c7a03659c5f4dd08add3e561c9f8dd93cc421c6.tar.gz
master-31e0f0ae-1c7a03659c5f4dd08add3e561c9f8dd93cc421c6.tar.bz2
master-31e0f0ae-1c7a03659c5f4dd08add3e561c9f8dd93cc421c6.zip
remove autoconf from prereq-build.mk, as it is part of the tools/ build
SVN-Revision: 14901
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 24b1974c26..0b396c83dd 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -133,10 +133,6 @@ $(eval $(call RequireCommand,svn, \
Please install the subversion client. \
))
-$(eval $(call RequireCommand,autoconf, \
- Please install GNU autoconf. \
-))
-
define Require/gnu-find
$(FIND) $(TMP_DIR) -lname foo
endef