remove the autoconf check from various package makefiles - it's checked by prereq-build already

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12105 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-08-04 23:11:57 +00:00
parent 747b8a6b99
commit 5fbc4db3df
3 changed files with 0 additions and 13 deletions

View File

@ -93,7 +93,3 @@ endef
$(eval $(call BuildPackage,faad2))
$(eval $(call BuildPackage,libfaad2))
$(eval $(call RequireCommand,autoconf, \
$(PKG_NAME) requires GNU autoconf. \
))

View File

@ -103,7 +103,3 @@ endef
$(eval $(call BuildPackage,dovecot))
$(eval $(call RequireCommand,autoconf, \
$(PKG_NAME) requires GNU autoconf. \
))

View File

@ -90,8 +90,3 @@ define Package/elinks/install
endef
$(eval $(call BuildPackage,elinks))
$(eval $(call RequireCommand,autoconf, \
$(PKG_NAME) requires GNU autoconf. \
))