aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/groonga.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-07 11:25:32 -0500
committerJack Nagel2014-12-07 11:31:46 -0500
commitd95851a12e3a5aa4de24c8f78c136a907d8658aa (patch)
tree7c82ad2f5be43328116462ae726d854789a0b2b2 /Library/Formula/groonga.rb
parent3f8e6f2110534491ba6ab88ab4b71175dcbfbff4 (diff)
downloadhomebrew-d95851a12e3a5aa4de24c8f78c136a907d8658aa.tar.bz2
groonga: update autoreconf comment
Diffstat (limited to 'Library/Formula/groonga.rb')
-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"