mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
add
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4817 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ad7a1b2e67
commit
d566a1bece
12
build/fixautomake.sh
Normal file
12
build/fixautomake.sh
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user