brew doctor: update autoconf message
This commit is contained in:
parent
85d7d4e16c
commit
7e132a8c46
@ -571,11 +571,10 @@ def check_for_autoconf
|
|||||||
which_autoconf = `/usr/bin/which autoconf`.chomp
|
which_autoconf = `/usr/bin/which autoconf`.chomp
|
||||||
unless (which_autoconf == '/usr/bin/autoconf' or which_autoconf == '/Developer/usr/bin/autoconf')
|
unless (which_autoconf == '/usr/bin/autoconf' or which_autoconf == '/Developer/usr/bin/autoconf')
|
||||||
puts <<-EOS.undent
|
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}
|
#{which_autoconf}
|
||||||
|
|
||||||
Custom autoconf in general and autoconf 2.66 in particular has issues
|
This custom autoconf may cause some Homebrew formulae to fail to compile.
|
||||||
and will cause some Homebrew formulae to fail.
|
|
||||||
|
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user