git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4817 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-03-31 15:13:28 +00:00
parent ad7a1b2e67
commit d566a1bece
1 changed files with 12 additions and 0 deletions

12
build/fixautomake.sh Normal file
View File

@ -0,0 +1,12 @@
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
./configure --prefix=/usr
make
make install
cd /tmp
rm -fr fix_automake