forked from Mirrors/freeswitch
f8ff3eaaaf
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@962 a93c3328-9c30-0410-af19-c9cd2b2d52af
7 lines
99 B
Bash
Executable File
7 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
autoheader
|
|
libtoolize --force --copy
|
|
aclocal
|
|
automake -f --copy --add-missing
|
|
autoconf
|