1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-12 20:27:19 +00:00
2012-06-25 08:50:00 +00:00

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