Browse Source

Add automake-1.4 host tool dependency to linux-atm (#910)

SVN-Revision: 5447
Florian Fainelli 19 years ago
parent
commit
bbf8e1ffce
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/linux-atm/Makefile

+ 4 - 0
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. \
+))