Bootstrap bnlib without warnings or errors

This commit is contained in:
Travis Cross 2012-06-23 00:30:41 +00:00
parent 3b2df07f3e
commit b8109bde58
2 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,6 @@ reconf () {
automake --no-force --add-missing --copy
}
(cd ../../third_party/bnlib && reconf)
(cd ../../third_party/bnlib && ./bootstrap.sh)
reconf

5
libs/libzrtp/third_party/bnlib/bootstrap.sh vendored Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
aclocal
autoconf