[Freeswitch-svn] [commit] r5711 - freeswitch/trunk/build

Freeswitch SVN mikej at freeswitch.org
Wed Sep 19 10:58:41 EDT 2007


Author: mikej
Date: Wed Sep 19 10:58:40 2007
New Revision: 5711

Modified:
   freeswitch/trunk/build/fixautomake.sh
   freeswitch/trunk/build/fixlibtool.sh

Log:
use newer versions

Modified: freeswitch/trunk/build/fixautomake.sh
==============================================================================
--- freeswitch/trunk/build/fixautomake.sh	(original)
+++ freeswitch/trunk/build/fixautomake.sh	Wed Sep 19 10:58:40 2007
@@ -1,9 +1,9 @@
 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

Modified: freeswitch/trunk/build/fixlibtool.sh
==============================================================================
--- freeswitch/trunk/build/fixlibtool.sh	(original)
+++ freeswitch/trunk/build/fixlibtool.sh	Wed Sep 19 10:58:40 2007
@@ -1,9 +1,9 @@
 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



More information about the Freeswitch-svn mailing list