mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 08:29:45 +00:00
libzrtp: add bootstrap script
This commit is contained in:
parent
176af123d0
commit
68d44c2e01
@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
aclocal -I ./config/
|
|
||||||
autoheader
|
|
||||||
autoconf
|
|
||||||
automake
|
|
13
libs/libzrtp/projects/gnu/bootstrap.sh
Executable file
13
libs/libzrtp/projects/gnu/bootstrap.sh
Executable 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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user