From 4b0ddec26aaddaa4fe68b41168e4b231c4b66e1f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 13 Nov 2013 11:58:50 -0600 Subject: dash: use autogen.sh for HEAD build --- Library/Formula/dash.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Library') 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", -- cgit v1.2.3