mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
fc355b6cca
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@144 d0543943-73ff-0310-b7d9-9358b9ac24b2
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
echo If this fails you probably need to download the latest
|
|
echo libtool,aclocal,autoconf and automake
|
|
libtoolize --force
|
|
aclocal --force
|
|
autoconf -f
|
|
automake -acf
|