From: Florian Fainelli Date: Sun, 19 Aug 2007 18:32:47 +0000 (+0000) Subject: Fix autotools-1.9 dependency for smartmontools (#2246) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=389d9eb42344c18a24b1a37c4622c8be44a34f16 Fix autotools-1.9 dependency for smartmontools (#2246) SVN-Revision: 8435 --- diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 44f3190c89..71fe9693cb 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -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. \ ))