Anyone made autoconf macros for libsndfile?
Specifically ones that could test for the
appropriate version of libsndfile? I have
completed the initial integration of libsndfile
into gwc and am working on the configure scripts,
would rather use someone else's before I hack one
together myself...
PKG_CHECK_MODULE(SNDFILE, sndfile > 1.0.0)