Add automake dependency (#1763)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7354 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-27 18:13:22 +00:00
parent 7f3ecad71c
commit 9abaf6ac0e

View File

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