summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-16 18:57:34 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-16 18:57:34 +0000
commit0c23be3463baa85752ec2c40000ecff346641fd5 (patch)
tree266ef34eecde3a2bd14f99e924fae0b3749eeae9 /include/prereq-build.mk
parente7ddf39851637811dfd117af41b61bfb04c01e3f (diff)
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 24b1974c2..0b396c83d 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