Skip to content
Snippets Groups Projects
Commit 20328d76 authored by Jack Nagel's avatar Jack Nagel
Browse files

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

parent 0a3c1bb5
No related branches found
No related tags found
No related merge requests found
......@@ -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+)/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment