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:
parent
106a3f0fb3
commit
a09a045133
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue