autoconf: Remove standards.info

It is installed by several GNU packages, leading to linking conflicts,
and it is not very useful.

Closes Homebrew/homebrew#25600.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Peter Eisentraut 2014-01-02 10:38:17 -05:00 committed by Jack Nagel
parent 106a3f0fb3
commit a09a045133

View file

@ -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