From: Travis Cross Date: Sat, 23 Jun 2012 00:21:12 +0000 (+0000) Subject: Fix bnlib call to AC_INIT X-Git-Tag: v1.2.0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2df07f3e62959db14b7e2a9fe6ab3f1bb02b8f;p=thirdparty%2Ffreeswitch.git Fix bnlib call to AC_INIT --- 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