diff options
| author | Jack Nagel | 2013-11-06 22:09:27 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-06 22:12:21 -0600 |
| commit | 34ecbfbe9845bdafd0dad1ab90c18fd1856adf2c (patch) | |
| tree | a77807d884870061370f1d9ce90765e04a13e11b /Library | |
| parent | a93bdc699d5e5874a2164dc0b6a54338bdc91a0d (diff) | |
| download | homebrew-34ecbfbe9845bdafd0dad1ab90c18fd1856adf2c.tar.bz2 | |
aplus: remove unnecessary autotools bootstrap
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/aplus.rb | 11 |
1 files changed, 2 insertions, 9 deletions
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" |
