【发布时间】:2013-05-17 15:28:41
【问题描述】:
现在我正在尝试在我的 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.
如果我构建并安装 autoconf 2.68,问题仍然存在。我在这个上是否缺少某种技巧?
【问题讨论】:
-
哦,顺便说一句,欢迎使用 stackoverflow!确保同时检查Ask Different 和Super User。