[Freeswitch-svn] [commit] r4688 - freeswitch/trunk/build
Freeswitch SVN
anthm at freeswitch.org
Tue Mar 20 15:24:54 EDT 2007
Author: anthm
Date: Tue Mar 20 15:24:53 2007
New Revision: 4688
Added:
freeswitch/trunk/build/fixlibtool.sh (contents, props changed)
Log:
add fixlibtool script
Added: freeswitch/trunk/build/fixlibtool.sh
==============================================================================
--- (empty file)
+++ freeswitch/trunk/build/fixlibtool.sh Tue Mar 20 15:24:53 2007
@@ -0,0 +1,11 @@
+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
+./configure --prefix=/usr
+make
+make install
+cd /tmp
+rm -fr fix_libtool
More information about the Freeswitch-svn
mailing list