From 3b2df07f3e62959db14b7e2a9fe6ab3f1bb02b8f Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Sat, 23 Jun 2012 00:21:12 +0000 Subject: [PATCH] Fix bnlib call to AC_INIT --- libs/libzrtp/third_party/bnlib/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libzrtp/third_party/bnlib/configure.in b/libs/libzrtp/third_party/bnlib/configure.in index 0520be70a4..a51e304359 100644 --- a/libs/libzrtp/third_party/bnlib/configure.in +++ b/libs/libzrtp/third_party/bnlib/configure.in @@ -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