Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18382/alsa-driver

Modified Files:
        configure.in 
Log Message:
fixed the quoting for the recent autoconf.


Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- configure.in        9 Jan 2004 15:41:02 -0000       1.213
+++ configure.in        26 Jan 2004 10:44:44 -0000      1.214
@@ -211,7 +211,7 @@
 dnl my_compiler="2.95.3"
 dnl
 
-AC_DEFUN(CHECK_COMPILER, [
+AC_DEFUN([CHECK_COMPILER], [
   typevar=$2
   versionvar=$3
   ac_compiler_type=""
@@ -291,7 +291,7 @@
 fi
 dnl compiler version check
 
-AC_DEFUN(CHECK_KERNEL_HEADER, [
+AC_DEFUN([CHECK_KERNEL_HEADER], [
   AC_MSG_CHECKING(for kernel $1)
   if test -f "$CONFIG_SND_KERNELDIR/include/$1"; then
     AC_MSG_RESULT("yes")
@@ -317,7 +317,7 @@
   fi
 ])
 
-AC_DEFUN(MODIFY_KERNEL_HEADER, [
+AC_DEFUN([MODIFY_KERNEL_HEADER], [
   AC_MSG_CHECKING(to modify of kernel $1)
   if grep $2 "$CONFIG_SND_KERNELDIR/include/$1" > /dev/null 2>&1; then
     AC_MSG_RESULT("no")
@@ -337,7 +337,7 @@
 ])
 
 dnl Check kernel configurations
-AC_DEFUN(CHECK_KERNEL_CONFIG, [
+AC_DEFUN([CHECK_KERNEL_CONFIG], [
   boolvar=$1
   AC_MSG_CHECKING(for $2)
   ac_save_CFLAGS="$CFLAGS"



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to