SSHFS: Use paths to OS X supplied autotools

This commit is contained in:
Charlie Sharpsteen 2012-01-26 23:29:22 -08:00
parent 9eee8042f5
commit c72a58b896

View file

@ -12,7 +12,9 @@ class Sshfs < Formula
def install
ENV['ACLOCAL'] = "/usr/bin/aclocal -I/usr/share/aclocal -I#{HOMEBREW_PREFIX}/share/aclocal"
system "autoreconf", "--force", "--install"
ENV['AUTOCONF'] = "/usr/bin/autoconf"
ENV['AUTOMAKE'] = "/usr/bin/automake"
system "/usr/bin/autoreconf", "--force", "--install"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"