【发布时间】:2012-03-21 20:37:29
【问题描述】:
我的环境是 Mac OS X 10.6。我已经使用 MacPorts 安装了 Autoconfig:
sudo port -v selfupdate
sudo port install autoconf
但是安装的 autoconf 是 2.6.1。 我的问题是如何将其升级到 2.6.2?
我要编译的程序需要 autoconf 2.6.2
configure.ac:14: error: Autoconf version 2.62 or higher is required
/opt/local/share/aclocal-1.11/init.m4:110: AM_INIT_AUTOMAKE is expanded from...
configure.ac:14: the top level
autom4te: /Developer/usr/bin/gm4 failed with exit status: 63
aclocal-1.11: autom4te failed with exit status: 63
make[1]: *** [libmpeg2] Error 63
【问题讨论】:
-
如果您是从正确构建的 tarball 编译,则不需要 autoconf。