extend/ENV/super: remove M4
Building automake fails with autoconf 2.70+, when autoconf is used with macOS m4. It therefore makes sense for autoconf to depend on brewed m4. However, without the change proposed here, the setting of the M4 environment variable in superenv breaks the automake build. Related: https://github.com/Homebrew/homebrew-core/pull/73797
This commit is contained in:
parent
00d8e1ab3d
commit
f6eba3c1ea
@ -74,7 +74,6 @@ module Superenv
|
||||
self["CMAKE_INCLUDE_PATH"] = determine_cmake_include_path
|
||||
self["CMAKE_LIBRARY_PATH"] = determine_cmake_library_path
|
||||
self["ACLOCAL_PATH"] = determine_aclocal_path
|
||||
self["M4"] = DevelopmentTools.locate("m4") if deps.any? { |d| d.name == "autoconf" }
|
||||
self["HOMEBREW_ISYSTEM_PATHS"] = determine_isystem_paths
|
||||
self["HOMEBREW_INCLUDE_PATHS"] = determine_include_paths
|
||||
self["HOMEBREW_LIBRARY_PATHS"] = determine_library_paths
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user