freeswitch/libs/libzrtp/bootstrap.sh

15 lines
201 B
Bash
Raw Normal View History

#!/bin/sh
2012-04-04 20:52:41 +00:00
reconf () {
aclocal
mkdir -p config
2012-04-04 20:52:41 +00:00
libtoolize --copy --automake
autoconf
autoheader
automake --no-force --add-missing --copy
}
(cd third_party/bnlib && ./bootstrap.sh)
2012-04-04 20:52:41 +00:00
reconf