diff options
| -rw-r--r-- | Library/Formula/autoconf.rb | 1 | 
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 | 
