SSHFS: Use paths to OS X supplied autotools
This commit is contained in:
parent
9eee8042f5
commit
c72a58b896
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ class Sshfs < Formula
|
||||||
|
|
||||||
def install
|
def install
|
||||||
ENV['ACLOCAL'] = "/usr/bin/aclocal -I/usr/share/aclocal -I#{HOMEBREW_PREFIX}/share/aclocal"
|
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",
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
"--prefix=#{prefix}"
|
"--prefix=#{prefix}"
|
||||||
|
|
Loading…
Reference in a new issue