Add automake dependency (#1763)
[openwrt/svn-archive/archive.git] / 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. \
+))