From: Brian West Date: Sat, 31 Mar 2007 15:13:28 +0000 (+0000) Subject: add X-Git-Tag: v1.0-beta1~629 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d566a1beceee8f45de994a84d0b0dafecdb53700;p=thirdparty%2Ffreeswitch.git add git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4817 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/fixautomake.sh b/build/fixautomake.sh new file mode 100644 index 0000000000..2d629563be --- /dev/null +++ b/build/fixautomake.sh @@ -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 +