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

14 lines
183 B
Bash
Raw Normal View History

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