Jean-Marc Valin wrote:> Actually, I'm not sure how to do it, but I think the most useful would > be a patch that still allows you to re-run autoconf/automake even > without having libogg present. Right now, if you don't have libogg, you > can't cleanly build from git.I'll take a look over the weekend. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Have a look at the patch that Alex provided -- it's not too bad. On Thu, Oct 22, 2009 at 3:33 PM, Erik de Castro Lopo <mle+la at mega-nerd.com<mle%2Bla at mega-nerd.com>> wrote:> Jean-Marc Valin wrote: > > > Actually, I'm not sure how to do it, but I think the most useful would > > be a patch that still allows you to re-run autoconf/automake even > > without having libogg present. Right now, if you don't have libogg, you > > can't cleanly build from git. > > I'll take a look over the weekend. > > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ > _______________________________________________ > Speex-dev mailing list > Speex-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20091022/1a61299d/attachment.htm
Keith Kyzivat wrote:> Have a look at the patch that Alex provided -- it's not too bad.I did. Personally I think piling things into acinclude.m4 is a bit messy. I prefer to have an m4 directory and a separate m4 file for each different m4 macro. It makes copying single m4 macros between build trees and keeping them up to date easier. Furthermore, a solution using pkg-config will be shorter. I believe it will at least as capable and will better fit in with other libraries that also use pkg-config. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/