aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-28 11:32:39 -0600
committerJack Nagel2012-02-28 11:36:23 -0600
commit18c346555c3a965afd1eb9910d0a0d9490cff4ed (patch)
tree4e059d8b84e8ff5daaf1981b7a7a421bf1537859 /Library
parent023faf6a12a932c229e2f97d49f6efeb61f13642 (diff)
downloadhomebrew-18c346555c3a965afd1eb9910d0a0d9490cff4ed.tar.bz2
automake: remove unused configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/automake.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb
index c3da47773..f2ed85397 100644
--- a/Library/Formula/automake.rb
+++ b/Library/Formula/automake.rb
@@ -13,8 +13,7 @@ class Automake < Formula
end
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
+ system "./configure", "--prefix=#{prefix}"
system "make install"
(share/"aclocal/dirlist").write <<-EOS.undent