diff options
| author | Jack Nagel | 2014-12-22 13:45:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-22 13:45:21 -0500 |
| commit | 328b94089c01a04d39f11bd080819bc6d85c5f47 (patch) | |
| tree | 6e75f0bcc5eb08a5dd3d17527ef4d9979b6343e2 /Library | |
| parent | c810a3b4535edd4954a526b29d35cbd347da1e02 (diff) | |
| download | homebrew-328b94089c01a04d39f11bd080819bc6d85c5f47.tar.bz2 | |
cppunit: remove autotools bootstrap
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cppunit.rb | 5 |
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 |
