From: Felix Fietkau Date: Mon, 16 Mar 2009 18:57:34 +0000 (+0000) Subject: remove autoconf from prereq-build.mk, as it is part of the tools/ build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=964ef07aa7c8ec4220ba33eadf21141e5cb5f257;hp=fbf61705d349e0e36def86a30274f2052faf7b73 remove autoconf from prereq-build.mk, as it is part of the tools/ build SVN-Revision: 14901 --- 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