[Freeswitch-svn] [commit] r5109 - freeswitch/trunk/build
Freeswitch SVN
anthm at freeswitch.org
Tue May 8 21:33:10 EDT 2007
Author: anthm
Date: Tue May 8 21:33:10 2007
New Revision: 5109
Added:
freeswitch/trunk/build/fixautoconf.sh (contents, props changed)
Log:
add fixautoconf
Added: freeswitch/trunk/build/fixautoconf.sh
==============================================================================
--- (empty file)
+++ freeswitch/trunk/build/fixautoconf.sh Tue May 8 21:33:10 2007
@@ -0,0 +1,12 @@
+cd /tmp
+mkdir fix_autoconf
+cd fix_autoconf
+wget http://mirrors.kernel.org/gnu/autoconf/autoconf-2.61.tar.gz
+tar -zxvf autoconf-2.61.tar.gz
+cd autoconf-2.61
+./configure --prefix=/usr
+make
+make install
+cd /tmp
+rm -fr fix_autoconf
+
More information about the Freeswitch-svn
mailing list