remove autoconf from prereq-build.mk, as it is part of the tools/ build
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Mar 2009 18:57:34 +0000 (18:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Mar 2009 18:57:34 +0000 (18:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14901 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/prereq-build.mk

index 24b1974c26b13ea70d51bb6defa32cc88bf477c4..0b396c83dd6278529d2469faa299d2d7029c82a9 100644 (file)
@@ -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