mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 22:03:50 +00:00
Bootstrap bnlib without warnings or errors
This commit is contained in:
parent
3b2df07f3e
commit
b8109bde58
@ -9,6 +9,6 @@ reconf () {
|
|||||||
automake --no-force --add-missing --copy
|
automake --no-force --add-missing --copy
|
||||||
}
|
}
|
||||||
|
|
||||||
(cd ../../third_party/bnlib && reconf)
|
(cd ../../third_party/bnlib && ./bootstrap.sh)
|
||||||
reconf
|
reconf
|
||||||
|
|
||||||
|
5
libs/libzrtp/third_party/bnlib/bootstrap.sh
vendored
Executable file
5
libs/libzrtp/third_party/bnlib/bootstrap.sh
vendored
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user