From 20328d763e47448b44c06cc7e2841a8f481bee3a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 21 Feb 2013 16:47:35 -0600 Subject: audit: don't complain about versioned automake depending on autoconf --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 4c5508e76..3b1733e0b 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -289,7 +289,7 @@ class FormulaAuditor # but don't complain about automake; it needs autoconf at runtime if text =~ /depends_on ['"](#{BUILD_TIME_DEPS*'|'})['"]$/ problem "#{$1} dependency should be \"depends_on '#{$1}' => :build\"" - end unless f.name == "automake" + end unless f.name =~ /automake/ # FileUtils is included in Formula if text =~ /FileUtils\.(\w+)/ -- cgit v1.2.3