From f87d0dbe7b996f210ecfc15196bf166986b4a691 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 12 Nov 2013 13:37:07 -0500 Subject: autoconf: Prevent autoreconf man page from being rebuilt The inreplace on autoreconf.in changes the timestamp, causing the man page to be rebuilt (which would require help2man). Run inreplace on the man page as well to prevent that. It also keeps the man page consistent with the program. Closes #24222. Signed-off-by: Adam Vandenberg --- Library/Formula/autoconf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb index fa7f0043e..af6d83ce4 100644 --- a/Library/Formula/autoconf.rb +++ b/Library/Formula/autoconf.rb @@ -21,6 +21,8 @@ class Autoconf < Formula # force autoreconf to look for and use our glibtoolize inreplace 'bin/autoreconf.in', 'libtoolize', 'glibtoolize' + # also touch the man page so that it isn't rebuilt + inreplace 'man/autoreconf.1', 'libtoolize', 'glibtoolize' system "./configure", "--prefix=#{prefix}" system "make install" end -- cgit v1.2.3