stdenv: stop setting ACLOCAL_PATH

This commit is contained in:
Misty De Meo 2016-04-20 14:26:31 -07:00
parent 00736276fe
commit 35385e8c59

View File

@ -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"