add fixautoconf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5109 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-05-09 01:33:10 +00:00
parent d0f64673fe
commit 63b1a82251
1 changed files with 12 additions and 0 deletions

12
build/fixautoconf.sh Executable file
View File

@ -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