提交 31c71767 authored 作者: Michael Jerris's avatar Michael Jerris

use newer versions

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5711 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 16f584ef
cd /tmp
mkdir fix_automake
cd fix_automake
wget http://mirrors.kernel.org/gnu/automake/automake-1.9.tar.gz
tar -zxvf automake-1.9.tar.gz
cd automake-1.9
wget http://mirrors.kernel.org/gnu/automake/automake-1.10.tar.gz
tar -zxvf automake-1.10.tar.gz
cd automake-1.10
./configure --prefix=/usr
make
make install
......
cd /tmp
mkdir fix_libtool
cd fix_libtool
wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.22.tar.gz
tar -zxvf libtool-1.5.22.tar.gz
cd libtool-1.5.22
wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.24.tar.gz
tar -zxvf libtool-1.5.24.tar.gz
cd libtool-1.5.24
if test "`uname -s`" = "Darwin"; then
./configure --prefix=/usr --program-prefix=g
else
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论