aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fuse4x.rb6
1 files changed, 1 insertions, 5 deletions
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"