aboutsummaryrefslogtreecommitdiffstats
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
commit141b4fbe83c9de41b7d803286c6c8c82ea8eda80 (patch)
tree266ef34eecde3a2bd14f99e924fae0b3749eeae9 /include/prereq-build.mk
parentbaf558e318cf9ca8384d236c331bcedbdaa7a315 (diff)
downloadmaster-187ad058-141b4fbe83c9de41b7d803286c6c8c82ea8eda80.tar.gz
master-187ad058-141b4fbe83c9de41b7d803286c6c8c82ea8eda80.tar.bz2
master-187ad058-141b4fbe83c9de41b7d803286c6c8c82ea8eda80.zip
remove autoconf from prereq-build.mk, as it is part of the tools/ build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14901 3c298f89-4303-0410-b956-a3cf2f4a3e73
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