stdenv: stop setting ACLOCAL_PATH
This commit is contained in:
parent
00736276fe
commit
35385e8c59
@ -31,9 +31,6 @@ module Stdenv
|
||||
# Anything in PKG_CONFIG_PATH is searched before paths in this variable
|
||||
self["PKG_CONFIG_LIBDIR"] = determine_pkg_config_libdir
|
||||
|
||||
# make any aclocal stuff installed in Homebrew available
|
||||
self["ACLOCAL_PATH"] = "#{HOMEBREW_PREFIX}/share/aclocal" if MacOS.has_apple_developer_tools? && MacOS::Xcode.provides_autotools?
|
||||
|
||||
self["MAKEFLAGS"] = "-j#{make_jobs}"
|
||||
|
||||
unless HOMEBREW_PREFIX.to_s == "/usr/local"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user