Skip to content

Commit

Permalink
the_silver_searcher: use autoreconf (#13415)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpeiwen authored and fxcoudert committed May 13, 2017
1 parent 69a514d commit ffa9cb0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Formula/the_silver_searcher.rb
Expand Up @@ -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
Expand Down

0 comments on commit ffa9cb0

Please sign in to comment.