remove autoconf from prereq-build.mk, as it is part of the tools/ build
[openwrt-10.03/.git] / 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