libzrtp: add bootstrap script

This commit is contained in:
Travis Cross 2012-04-04 20:52:41 +00:00
parent 176af123d0
commit 68d44c2e01
2 changed files with 13 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
aclocal -I ./config/
autoheader
autoconf
automake

View File

@ -0,0 +1,13 @@
#!/bin/bash
reconf () {
aclocal
libtoolize --copy --automake
autoconf
autoheader
automake --no-force --add-missing --copy
}
(cd ../../third_party/bnlib && reconf)
reconf