From e8bb54b9cffe0c134c0fe894c065092d5a88a86c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 27 Feb 2012 12:21:50 +0000 Subject: Fix fuse4x autoreconf errors Also removed the ENV vars since we set this stuff higher up now, and it compiled. So I'm guessing we're good. Closes #10524.--- Library/Formula/fuse4x.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index 133c3987e..4c649c53c 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -13,11 +13,7 @@ class Fuse4x < Formula # Build universal if the hardware can handle it---otherwise 32 bit only MacOS.prefer_64_bit? ? ENV.universal_binary : ENV.m32 - gettext = Formula.factory('gettext') - ENV['ACLOCAL'] = "aclocal -I#{gettext.share}/aclocal" - ENV['AUTOCONF'] = "autoconf" - ENV['AUTOMAKE'] = "automake" - system "/usr/bin/autoreconf", "--force", "--install" + system "autoreconf", "--force", "--install" system "./configure", "--disable-dependency-tracking", "--disable-debug", "--disable-static", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3