From: florian Date: Sat, 4 Nov 2006 16:35:53 +0000 (+0000) Subject: Add automake-1.4 host tool dependency to linux-atm (#910) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=5e8368aba49d428e6b733dea0fb8db925c5a3d9b Add automake-1.4 host tool dependency to linux-atm (#910) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5447 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 24a914a71..3745c7c87 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -86,3 +86,7 @@ endef $(eval $(call BuildPackage,linux-atm)) $(eval $(call BuildPackage,br2684ctl)) + +$(eval $(call RequireCommand,automake-1.4, \ + $(PKG_NAME) requires automake-1.4. \ +))