Skip to content

Commit

Permalink
autoconf: Remove standards.info
Browse files Browse the repository at this point in the history
It is installed by several GNU packages, leading to linking conflicts,
and it is not very useful.

Closes Homebrew/legacy-homebrew#25600.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
petere authored and jacknagel committed Jan 28, 2014
1 parent 106a3f0 commit a09a045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/autoconf.rb
Expand Up @@ -25,6 +25,7 @@ def install
inreplace 'man/autoreconf.1', 'libtoolize', 'glibtoolize'
system "./configure", "--prefix=#{prefix}"
system "make install"
rm_f info/'standards.info'
end

test do
Expand Down

0 comments on commit a09a045

Please sign in to comment.