]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix bnlib call to AC_INIT
authorTravis Cross <tc@traviscross.com>
Sat, 23 Jun 2012 00:21:12 +0000 (00:21 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 25 Jun 2012 08:48:19 +0000 (08:48 +0000)
libs/libzrtp/third_party/bnlib/configure.in

index 0520be70a4c7bdad39529e839cd7715169a1f87f..a51e304359665d0857c3f7089d8164d5f03a6862 100644 (file)
@@ -7,7 +7,7 @@ dnl Anything which is not an m4 macro is copied directly to the output.
 dnl
 dnl Start things up.  If the specified file doesn't exist, configure
 dnl will complain.
-AC_INIT(lbn16.c)
+AC_INIT([libbn], [0.1])
 
 dnl The following tests need to know that we intend to produce a config.h
 dnl file, even though this won't expand to any shell script code until