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
|
|
@ -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…
Reference in New Issue