]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add
authorBrian West <brian@freeswitch.org>
Sat, 31 Mar 2007 15:13:28 +0000 (15:13 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 31 Mar 2007 15:13:28 +0000 (15:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4817 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/fixautomake.sh [new file with mode: 0644]

diff --git a/build/fixautomake.sh b/build/fixautomake.sh
new file mode 100644 (file)
index 0000000..2d62956
--- /dev/null
@@ -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
+