]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Bootstrap bnlib without warnings or errors
authorTravis Cross <tc@traviscross.com>
Sat, 23 Jun 2012 00:30:41 +0000 (00:30 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 25 Jun 2012 08:50:00 +0000 (08:50 +0000)
libs/libzrtp/projects/gnu/bootstrap.sh
libs/libzrtp/third_party/bnlib/bootstrap.sh [new file with mode: 0755]

index df9bb21e30a54dc5ac51856043b3eb89e199ce9e..1559388ad1e0ba59d899bab281a6f625140bbf03 100755 (executable)
@@ -9,6 +9,6 @@ reconf () {
   automake --no-force --add-missing --copy
 }
 
-(cd ../../third_party/bnlib && reconf)
+(cd ../../third_party/bnlib && ./bootstrap.sh)
 reconf
 
diff --git a/libs/libzrtp/third_party/bnlib/bootstrap.sh b/libs/libzrtp/third_party/bnlib/bootstrap.sh
new file mode 100755 (executable)
index 0000000..93030be
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+aclocal
+autoconf
+