freeswitch/libs/libzrtp/projects/gnu/bootstrap.sh

15 lines
207 B
Bash
Executable File

#!/bin/sh
reconf () {
aclocal
mkdir -p config
libtoolize --copy --automake
autoconf
autoheader
automake --no-force --add-missing --copy
}
(cd ../../third_party/bnlib && ./bootstrap.sh)
reconf