mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Bootstrap bnlib without warnings or errors
This commit is contained in:
@@ -9,6 +9,6 @@ reconf () {
|
||||
automake --no-force --add-missing --copy
|
||||
}
|
||||
|
||||
(cd ../../third_party/bnlib && reconf)
|
||||
(cd ../../third_party/bnlib && ./bootstrap.sh)
|
||||
reconf
|
||||
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
aclocal
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user