From: florian Date: Sun, 19 Aug 2007 18:32:47 +0000 (+0000) Subject: Fix autotools-1.9 dependency for smartmontools (#2246) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fdf12b8e9c9813e23b77cb8164e7017c3809672e;p=packages.git Fix autotools-1.9 dependency for smartmontools (#2246) git-svn-id: svn://svn.openwrt.org/openwrt/packages@8435 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index 44f3190c8..71fe9693c 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. \ ))