From 34ecbfbe9845bdafd0dad1ab90c18fd1856adf2c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 6 Nov 2013 22:09:27 -0600 Subject: aplus: remove unnecessary autotools bootstrap --- Library/Formula/aplus.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Library') diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 919b3ce25..fabd31c88 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -6,9 +6,6 @@ class Aplus < Formula mirror 'http://ftp.us.debian.org/debian/pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz' sha1 'e757cc7654cf35dba15a6a5d6cac5320146558fc' - depends_on :automake - depends_on :libtool - # Fix the missing CoreServices include (via Fink version of aplus) def patches DATA @@ -20,12 +17,8 @@ class Aplus < Formula chmod 0644, path inreplace path, "/usr/local/aplus-fsf-4.20", prefix end - system "aclocal -I config" - system "glibtoolize --force --copy" - system "automake --foreign --add-missing --copy" - system "autoconf" - system "./configure", "--disable-debug", "--disable-dependency-tracking", - "--prefix=#{prefix}" + + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" ENV.j1 # make install breaks with -j option system "make", "install" -- cgit v1.2.3