aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/groonga.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/groonga.rb b/Library/Formula/groonga.rb
index f28177ef0..6cad53366 100644
--- a/Library/Formula/groonga.rb
+++ b/Library/Formula/groonga.rb
@@ -49,9 +49,9 @@ class Groonga < Formula
args << "--with-mecab" if build.with? "mecab"
args << "--with-lz4" if build.with? "lz4"
- # autoreconf must be run, otherwise prebuilt configure may complain
- # about a version mismatch between included automake and Homebrew's
+ # remove autoreconf when patches are removed
system "autoreconf", "--force", "--install"
+
# ZeroMQ is an optional dependency that will be auto-detected unless we disable it
system "./configure", *args
system "make install"