From c42916feb0c78e9e7cce63f8ccf36cb6532ef7d7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 18 Sep 2014 14:37:47 -0500 Subject: bib-tool: remove unnecessary autoreconf --- Library/Formula/bib-tool.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/bib-tool.rb b/Library/Formula/bib-tool.rb index 9ec2dbf7c..f976a41d6 100644 --- a/Library/Formula/bib-tool.rb +++ b/Library/Formula/bib-tool.rb @@ -5,13 +5,7 @@ class BibTool < Formula url 'http://www.gerd-neugebauer.de/software/TeX/BibTool/BibTool-2.57.tar.gz' sha1 'a6e80c86d347a39f3883e552db2dd4deb72b0e86' - depends_on :autoconf - depends_on :automake - depends_on :libtool - def install - # Needd to pick up the --without-kpathsea argument - system "autoreconf", "-fi" system "./configure", "--prefix=#{prefix}", "--without-kpathsea" system "make" system "make install" -- cgit v1.2.3