From ffa9cb035669e956c318f805389ad1eccd27d110 Mon Sep 17 00:00:00 2001 From: wangpeiwen Date: Sun, 14 May 2017 02:30:18 +0800 Subject: [PATCH] the_silver_searcher: use autoreconf (#13415) --- Formula/the_silver_searcher.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Formula/the_silver_searcher.rb b/Formula/the_silver_searcher.rb index be340051c1..7cea49cad6 100644 --- a/Formula/the_silver_searcher.rb +++ b/Formula/the_silver_searcher.rb @@ -14,17 +14,13 @@ class TheSilverSearcher < Formula depends_on "autoconf" => :build depends_on "automake" => :build - depends_on "pkg-config" => :build depends_on "pcre" depends_on "xz" => :recommended def install # Stable tarball does not include pre-generated configure script - system "aclocal", "-I #{HOMEBREW_PREFIX}/share/aclocal" - system "autoconf" - system "autoheader" - system "automake", "--add-missing" + system "autoreconf", "-fiv" args = %W[ --disable-dependency-tracking