Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv26702

Modified Files:
        Makefile.conf.in Rules.make configure.in 
Log Message:
- fixed the build of snd-pnp module.
- added the default topdir definition back to each Makefile for convenience.
  it's not usable for compilation of 2.6 kernels, though.


Index: Makefile.conf.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile.conf.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- Makefile.conf.in    10 Nov 2003 17:32:37 -0000      1.55
+++ Makefile.conf.in    11 Nov 2003 13:12:15 -0000      1.56
@@ -48,6 +48,7 @@
 CONFIG_ISAPNP_KERNEL   = @CONFIG_ISAPNP_KERNEL@
 CONFIG_PNP_KERNEL      = @CONFIG_PNP_KERNEL@
 CONFIG_ISAPNP          = @CONFIG_ISAPNP@
+CONFIG_PNP             = @CONFIG_PNP@
 CONFIG_SGI             = @CONFIG_SGI@
 CONFIG_L3              = @CONFIG_L3@
 CONFIG_X86             = @CONFIG_X86@

Index: Rules.make
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Rules.make,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Rules.make  10 Nov 2003 17:32:37 -0000      1.34
+++ Rules.make  11 Nov 2003 13:12:15 -0000      1.35
@@ -35,7 +35,7 @@
 
 else
 
-TOPDIR = $(SND_TOPDIR)
+TOPDIR = $(MAINSRCDIR)
 
 comma = ,
 

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- configure.in        10 Nov 2003 17:32:37 -0000      1.200
+++ configure.in        11 Nov 2003 13:12:15 -0000      1.201
@@ -941,6 +941,7 @@
   AC_DEFINE(CONFIG_ISAPNP)
   CONFIG_PNP=$CONFIG_ISAPNP
   AC_DEFINE(CONFIG_PNP)
+  AC_SUBST(CONFIG_PNP)
 fi
 
 dnl Check for strlcpy...



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to