From: nbd Date: Tue, 25 Dec 2007 02:32:11 +0000 (+0000) Subject: remove obsolete prereq checks X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d5fef4a201d24707d269b2f282d8b26e37eb0ca2;p=packages.git remove obsolete prereq checks git-svn-id: svn://svn.openwrt.org/openwrt/packages@9910 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index bc06a813f..5819d693a 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -59,9 +59,3 @@ define Package/shell-fm/install endef $(eval $(call BuildPackage,shell-fm)) - - -$(eval $(call RequireCommand,aclocal, \ - $(PKG_NAME) requires automake \ -)) - diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 5f3a07b38..cc3ac6f0a 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -60,7 +60,3 @@ define Package/smartmontools/install endef $(eval $(call BuildPackage,smartmontools)) - -$(eval $(call RequireCommand,automake-1.9, \ - $(PKG_NAME) requires automake 1.9 or compatible. \ -))