From 74d360fd1000aa01e4aebeb24d0e1ca63f332e80 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 4 Sep 2012 10:43:44 -0700 Subject: Exempt automake from some audits --- Library/Homebrew/cmd/audit.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Homebrew/cmd') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 030555beb..6812dd118 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -275,9 +275,10 @@ class FormulaAuditor end # build tools should be flagged properly + # 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 + end unless f.name == "automake" # FileUtils is included in Formula if text =~ /FileUtils\.(\w+)/ -- cgit v1.2.3