aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-10-28 10:34:25 +0000
committerMike McQuaid2013-10-28 10:34:25 +0000
commitef4320e2441f5c16af905bc4fda764bf732c6a86 (patch)
tree65ed3e6da20a76d1fe92a21aeec449774586cc9e
parent974efa9f4a3476a5775593fdc0687a745f8379f2 (diff)
downloadhomebrew-ef4320e2441f5c16af905bc4fda764bf732c6a86.tar.bz2
autoconf: add bottles.
-rw-r--r--Library/Formula/autoconf.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb
index 5bcadb143..fa7f0043e 100644
--- a/Library/Formula/autoconf.rb
+++ b/Library/Formula/autoconf.rb
@@ -6,6 +6,12 @@ class Autoconf < Formula
mirror 'http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz'
sha1 '562471cbcb0dd0fa42a76665acf0dbb68479b78a'
+ bottle do
+ sha1 '2b69898b2827740e5983e25c7f20c0328201b256' => :mavericks
+ sha1 'ec30045d8fe4be10858b66d59f029fb19fe63b5e' => :mountain_lion
+ sha1 'e7d6d88e762996c2fb96238f7d9e48e6d0feaeba' => :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