remove autoconf from prereq-build.mk, as it is part of the tools/ build
authorFelix Fietkau <nbd@openwrt.org>
Mon, 16 Mar 2009 18:57:34 +0000 (18:57 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 16 Mar 2009 18:57:34 +0000 (18:57 +0000)
SVN-Revision: 14901

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