Add automake dependency (#1763)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 27 May 2007 18:13:22 +0000 (18:13 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 27 May 2007 18:13:22 +0000 (18:13 +0000)
SVN-Revision: 7354

utils/smartmontools/Makefile

index f6cdf29a5eadf9cba3e451b553f9d8418763f1d2..e9b5b05d1144c3b748794176e245cf31b56bd2de 100644 (file)
@@ -58,3 +58,7 @@ define Package/smartmontools/install
 endef
 
 $(eval $(call BuildPackage,smartmontools))
+
+$(eval $(call RequireCommand,automake, \
+       $(PKG_NAME) requires automake. \
+))