aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-13 11:58:50 -0600
committerJack Nagel2013-11-13 11:58:50 -0600
commit4b0ddec26aaddaa4fe68b41168e4b231c4b66e1f (patch)
tree726cecba99628060f4fa2b22f4601ee748d30ef5 /Library
parent9ff7d7881edbabbd3a70f4cbde98cd576d8c5671 (diff)
downloadhomebrew-4b0ddec26aaddaa4fe68b41168e4b231c4b66e1f.tar.bz2
dash: use autogen.sh for HEAD build
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dash.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index c80bb6700..2045be8a2 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -12,10 +12,7 @@ class Dash < Formula
end
def install
- if build.head?
- system "aclocal"
- system "autoreconf -f -i -Wall,no-obsolete"
- end
+ system "./autogen.sh" if build.head?
system "./configure", "--prefix=#{prefix}",
"--with-libedit",