Skip to content

Commit

Permalink
automake112: use keg-only symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Apr 28, 2014
1 parent 3cdb07a commit 11028a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions automake112.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class Automake112 < Formula

depends_on 'autoconf' => :run

if MacOS::Xcode.provides_autotools? or File.file? "/usr/bin/automake"
keg_only "Xcode (up to and including 4.2) provides (a rather old) Automake."
end
keg_only :provided_until_xcode43

def install
system "./configure", "--prefix=#{prefix}", "--program-suffix=112"
Expand Down

0 comments on commit 11028a6

Please sign in to comment.