From 5fbc4db3df26ec5ca77673f0135eb1ea15edcc7b Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 4 Aug 2008 23:11:57 +0000 Subject: [PATCH] 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 --- libs/faad2/Makefile | 4 ---- mail/dovecot/Makefile | 4 ---- net/elinks/Makefile | 5 ----- 3 files changed, 13 deletions(-) diff --git a/libs/faad2/Makefile b/libs/faad2/Makefile index ab79c4ecf..63f91bad5 100644 --- a/libs/faad2/Makefile +++ b/libs/faad2/Makefile @@ -93,7 +93,3 @@ endef $(eval $(call BuildPackage,faad2)) $(eval $(call BuildPackage,libfaad2)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -)) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 21c0d00ad..d73344f24 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -103,7 +103,3 @@ endef $(eval $(call BuildPackage,dovecot)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -)) diff --git a/net/elinks/Makefile b/net/elinks/Makefile index b02c85f9f..4b33c176d 100644 --- a/net/elinks/Makefile +++ b/net/elinks/Makefile @@ -90,8 +90,3 @@ define Package/elinks/install endef $(eval $(call BuildPackage,elinks)) - -$(eval $(call RequireCommand,autoconf, \ - $(PKG_NAME) requires GNU autoconf. \ -)) - -- 2.11.0