aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pure.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/pure.rb b/Library/Formula/pure.rb
index 1f2242a54..4955440c5 100644
--- a/Library/Formula/pure.rb
+++ b/Library/Formula/pure.rb
@@ -34,6 +34,10 @@ class Pure < Formula
end
def install
+ # Force regenerate configure/Makefile due to patching
+ # configure.ac. Remove when new release is available.
+ system "autoreconf -fiv"
+
system "./configure", "--disable-debug",
"--prefix=#{prefix}",
"--enable-release",