Question about configure.ac in libminisip

Erik Eliasson eliasson at it.kth.se
Tue Oct 3 11:37:14 CEST 2006


On Mon, 2006-10-02 at 16:46 +0200, Werner Dittmann wrote:
> All,
> 
> in configure.ac of libminisip some lines that deal with ZRTP were
> commented out. The comment says, it breaks trunk. I enabled the lines
> and did a complete bootstrap/configure/compile/install run of
> minisip - it worked perfectly here.

My guess is that you still have the .m4 for libzrtpcpp in
share/aclocal?!

When do a "fresh" compile with those lines enabled, and without zrtp
enabled I get:

  + aclocal-1.8 -I m4 -I /home/erik/share/aclocal
  aclocal: configure.ac: 482: macro `AM_MINISIP_CHECK_LIBMSTUN' not
    found in library
  aclocal: configure.ac: 488: macro `AM_MINISIP_CHECK_LIBZRTPCPP' not
    found in library

If you have at any time compiled/installed ZRTP it will work. 
You probably get the same if you remove the installed files.

I'm don't have enough m4 experience to tell you the fix immediately, but
I think you can see other parts of our configure.ac files for hints.

> As a result I have the latest version of minisip with ZRTP support
> up and running, interoperability with Zfone-beta2 and twinkle is OK.

Nice!

> Before I check-in I would like to fix the problem of configure.ac.
> Is there any further information on that? I saw (some days ago)
> e-mails dealing with this.
> 
> Another topic: while testing with twinkle I discovered some problems.
> When minisip call twinkle the 200 OK response from twinkle contains
> the empty header field:
> 
> Supported:

I tried to fix that in r2803. I'm on it again. Tell me if your rev was
less than 2803 when you found it...

--Erik




More information about the Minisip-devel mailing list