diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dash.rb | 5 |
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", |
