use newer versions

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5711 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-09-19 14:58:40 +00:00
parent 16f584ef47
commit 31c7176755
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
cd /tmp cd /tmp
mkdir fix_automake mkdir fix_automake
cd fix_automake cd fix_automake
wget http://mirrors.kernel.org/gnu/automake/automake-1.9.tar.gz wget http://mirrors.kernel.org/gnu/automake/automake-1.10.tar.gz
tar -zxvf automake-1.9.tar.gz tar -zxvf automake-1.10.tar.gz
cd automake-1.9 cd automake-1.10
./configure --prefix=/usr ./configure --prefix=/usr
make make
make install make install

View File

@ -1,9 +1,9 @@
cd /tmp cd /tmp
mkdir fix_libtool mkdir fix_libtool
cd fix_libtool cd fix_libtool
wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.22.tar.gz wget http://mirrors.kernel.org/gnu/libtool/libtool-1.5.24.tar.gz
tar -zxvf libtool-1.5.22.tar.gz tar -zxvf libtool-1.5.24.tar.gz
cd libtool-1.5.22 cd libtool-1.5.24
if test "`uname -s`" = "Darwin"; then if test "`uname -s`" = "Darwin"; then
./configure --prefix=/usr --program-prefix=g ./configure --prefix=/usr --program-prefix=g
else else