From a3b9b4890d1c26dc3fe3cfedbe2d22a189defca2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 3 Apr 2014 09:11:51 -0500 Subject: Add keg-only reason symbols for Xcode 4.3 and Xcode 5 Closes #28095. --- Library/Formula/autoconf.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula/autoconf.rb') diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb index 1d79e68ed..271170624 100644 --- a/Library/Formula/autoconf.rb +++ b/Library/Formula/autoconf.rb @@ -13,9 +13,7 @@ class Autoconf < Formula sha1 "7d31f63e5ddd1bbbf0397b0b70df1ff9e70f998b" => :lion end - if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/autoconf" - keg_only "Xcode (up to and including 4.2) provides (a rather old) Autoconf." - end + keg_only :provided_until_xcode43 def install ENV['PERL'] = '/usr/bin/perl' -- cgit v1.2.3