现在我正在尝试在我的 Mac 上构建 Automake,到目前为止一切都进展顺利。我构建了 Autoconf 和 m4,没有任何问题的包(而不是 git pulls)。然后我到了 Automake,这就是事情分崩离析的地方:
checking whether autoconf is installed... yes
checking whether autoconf works... yes
checking whether autoconf is recent enough... no
configure: error: Autoconf 2.65 or better is required.
Run Code Online (Sandbox Code Playgroud)
如果我构建并安装 autoconf 2.68,问题仍然存在。我在这个上缺少某种技巧吗?