On Fri, Mar 07, 2003 at 04:44:55PM +0100, Clemens Ladisch wrote:
> Jaroslav Kysela wrote:
> > [...]
> > The whole idea is that the jack module should not be built by default.
> > Unfortunately, it seems difficult to redirect the build targets from
> > automake for different versions.
> 
> The automake manual
> <http://www.gnu.org/manual/automake/html_chapter/automake_6.html#SEC29>
> says ext should not be put into SUBDIRS but into DIST_SUBDIRS.
> (I can't test it on this machine.)
> 

Yep, test ok. Alsa-lib compiles again. Just apply this patch therefore.
This fixes the so often reported problem:
pcm_jack.c:36: jack/jack.h: No such file or directory


martin



--- alsa-lib/src/pcm/Makefile.am.ORIGINAL       Fri Mar  7 20:58:08 2003
+++ alsa-lib/src/pcm/Makefile.am        Fri Mar  7 20:58:39 2003
@@ -1,4 +1,4 @@
-SUBDIRS = ext
+DIST_SUBDIRS = ext
 
 EXTRA_LTLIBRARIES = libpcm.la
 


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to