audit: don't complain about versioned automake depending on autoconf

This commit is contained in:
Jack Nagel 2013-02-21 16:47:35 -06:00
parent 0a3c1bb575
commit 20328d763e

View File

@ -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+)/