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:
parent
747b8a6b99
commit
5fbc4db3df
@ -93,7 +93,3 @@ endef
|
||||
|
||||
$(eval $(call BuildPackage,faad2))
|
||||
$(eval $(call BuildPackage,libfaad2))
|
||||
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
$(PKG_NAME) requires GNU autoconf. \
|
||||
))
|
||||
|
@ -103,7 +103,3 @@ endef
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,dovecot))
|
||||
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
$(PKG_NAME) requires GNU autoconf. \
|
||||
))
|
||||
|
@ -90,8 +90,3 @@ define Package/elinks/install
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,elinks))
|
||||
|
||||
$(eval $(call RequireCommand,autoconf, \
|
||||
$(PKG_NAME) requires GNU autoconf. \
|
||||
))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user