aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux-atm
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-11-04 16:35:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-11-04 16:35:53 +0000
commitbbf8e1ffcec5e9da8eec4253cd9d0a1733bfd3aa (patch)
tree7cb537477ed1487399f8ab33d85595f262c86703 /package/linux-atm
parent4b8a0d4318c2e758eacd3912231958aa32f2be79 (diff)
downloadupstream-bbf8e1ffcec5e9da8eec4253cd9d0a1733bfd3aa.tar.gz
upstream-bbf8e1ffcec5e9da8eec4253cd9d0a1733bfd3aa.tar.bz2
upstream-bbf8e1ffcec5e9da8eec4253cd9d0a1733bfd3aa.zip
Add automake-1.4 host tool dependency to linux-atm (#910)
SVN-Revision: 5447
Diffstat (limited to 'package/linux-atm')
-rw-r--r--package/linux-atm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile
index 24a914a71c..3745c7c87e 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. \
+))