From 486b54bc0d05e79cff9fb505be7b86ec7ef597dd Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Wed, 11 Sep 2013 11:27:25 -0700 Subject: pure: regenerate configure/Makefile. * The backported patches modify configure.ac, which will force regenerate autotools file on make, and lead to running configure twice. Run "autoreconf" before configure to avoid this, and add comments to remove it on next upstream release. --- Library/Formula/pure.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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", -- cgit v1.2.3