From 7e132a8c46dbc39920dfcf3651996fa140c5473b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 26 May 2011 22:19:15 -0700 Subject: [PATCH] brew doctor: update autoconf message --- Library/Homebrew/cmd/doctor.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c9a62111b0..dddfc30e49 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -571,11 +571,10 @@ def check_for_autoconf which_autoconf = `/usr/bin/which autoconf`.chomp unless (which_autoconf == '/usr/bin/autoconf' or which_autoconf == '/Developer/usr/bin/autoconf') puts <<-EOS.undent - You have an "autoconf" in your path blocking the system version at: + An "autoconf" in your path blocking the Xcode-provided version at: #{which_autoconf} - Custom autoconf in general and autoconf 2.66 in particular has issues - and will cause some Homebrew formulae to fail. + This custom autoconf may cause some Homebrew formulae to fail to compile. EOS end