audit: don't complain about versioned automake depending on autoconf
This commit is contained in:
parent
0a3c1bb575
commit
20328d763e
@ -289,7 +289,7 @@ class FormulaAuditor
|
|||||||
# but don't complain about automake; it needs autoconf at runtime
|
# but don't complain about automake; it needs autoconf at runtime
|
||||||
if text =~ /depends_on ['"](#{BUILD_TIME_DEPS*'|'})['"]$/
|
if text =~ /depends_on ['"](#{BUILD_TIME_DEPS*'|'})['"]$/
|
||||||
problem "#{$1} dependency should be \"depends_on '#{$1}' => :build\""
|
problem "#{$1} dependency should be \"depends_on '#{$1}' => :build\""
|
||||||
end unless f.name == "automake"
|
end unless f.name =~ /automake/
|
||||||
|
|
||||||
# FileUtils is included in Formula
|
# FileUtils is included in Formula
|
||||||
if text =~ /FileUtils\.(\w+)/
|
if text =~ /FileUtils\.(\w+)/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user