我想在运行 Xcode 4.2.1 的 Mac OS X 10.7.2 机器上从源代码安装autoconf、automake、m4等。问题是我尝试安装的任何东西都必须依赖autoconf。因此,我正在尝试安装autoconf我得到:
configure.ac:30: require Automake 1.11, but have 1.10
Run Code Online (Sandbox Code Playgroud)
我尝试安装automake,引导程序报告:
configure.ac:20: error: Autoconf version 2.68 or higher is required
configure.ac:20: the top level
autom4te: /usr/bin/gm4 failed with exit status: 63
aclocal.tmp: error: autom4te failed with exit status: 63
Run Code Online (Sandbox Code Playgroud)
当前安装的autoconf版本:autoconf (GNU Autoconf) 2.61
当前安装的automake版本:automake (GNU automake) 1.10