aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cppunit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cppunit.rb')
-rw-r--r--Library/Formula/cppunit.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/cppunit.rb b/Library/Formula/cppunit.rb
index 15a3a2c76..c4401de8d 100644
--- a/Library/Formula/cppunit.rb
+++ b/Library/Formula/cppunit.rb
@@ -15,13 +15,8 @@ class Cppunit < Formula
option :universal
- depends_on "autoconf" => :build
- depends_on "automake" => :build
- depends_on "libtool" => :build
-
def install
ENV.universal_binary if build.universal?
- system "autoreconf", "-fvi"
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end