aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Eisentraut2014-01-02 10:38:17 -0500
committerJack Nagel2014-01-28 14:35:58 -0600
commit55f47a45a3373b7c3a58361882797736de6a08d9 (patch)
treeb37551a3b52fc8175b6d87654ef9d6d74b6e9d17
parente3fd2f3f05cd98a61350cfa7f9ccc81f30a41711 (diff)
downloadhomebrew-55f47a45a3373b7c3a58361882797736de6a08d9.tar.bz2
autoconf: Remove standards.info
It is installed by several GNU packages, leading to linking conflicts, and it is not very useful. Closes #25600. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/autoconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/autoconf.rb b/Library/Formula/autoconf.rb
index af6d83ce4..67bc3ea8f 100644
--- a/Library/Formula/autoconf.rb
+++ b/Library/Formula/autoconf.rb
@@ -25,6 +25,7 @@ class Autoconf < Formula
inreplace 'man/autoreconf.1', 'libtoolize', 'glibtoolize'
system "./configure", "--prefix=#{prefix}"
system "make install"
+ rm_f info/'standards.info'
end
test do