Fix autotools-1.9 dependency for smartmontools (#2246)
[openwrt/svn-archive/archive.git] / utils / smartmontools / Makefile
index 44f3190c89d3722fcd88fe1ec334a3f6fd43c844..71fe9693cbd664a3088ed9dd0443f0d186acc100 100644 (file)
@@ -60,6 +60,6 @@ endef
 
 $(eval $(call BuildPackage,smartmontools))
 
-$(eval $(call RequireCommand,automake, \
-       $(PKG_NAME) requires automake. \
+$(eval $(call RequireCommand,automake-1.9, \
+       $(PKG_NAME) requires automake 1.9 or compatible. \
 ))