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

Modified Files:
        mod-deps.c 
Log Message:
fixed warnings with the recent autoconf.



Index: mod-deps.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/utils/mod-deps.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod-deps.c  4 Mar 2004 12:57:35 -0000       1.3
+++ mod-deps.c  4 Mar 2004 18:11:59 -0000       1.4
@@ -837,7 +837,7 @@
        printf("dnl Copyright (c) by Jaroslav Kysela <[EMAIL PROTECTED]>,\n");
        printf("dnl                  Anders Semb Hermansen <[EMAIL PROTECTED]>\n\n");
 
-       printf("AC_DEFUN(ALSA_TOPLEVEL_INIT, [\n");
+       printf("AC_DEFUN([ALSA_TOPLEVEL_INIT], [\n");
        for (tempdep = all_deps; tempdep; tempdep = tempdep->next) {
                text = convert_to_config_uppercase("CONFIG_", tempdep->name);
                printf("\t%s=\"\"\n", text);
@@ -845,7 +845,7 @@
        }
        printf("])\n\n");
 
-       printf("AC_DEFUN(ALSA_TOPLEVEL_ALL, [\n");
+       printf("AC_DEFUN([ALSA_TOPLEVEL_ALL], [\n");
        for (tempdep = all_deps; tempdep; tempdep = tempdep->next) {
                if (!belongs_to_all(tempdep))
                        continue;
@@ -892,7 +892,7 @@
        }
        printf("])\n\n");
        
-       printf("AC_DEFUN(ALSA_TOPLEVEL_SELECT, [\n");
+       printf("AC_DEFUN([ALSA_TOPLEVEL_SELECT], [\n");
        printf("dnl Check for which cards to compile driver for...\n");
        printf("AC_MSG_CHECKING(for which soundcards to compile driver for)\n");
        printf("AC_ARG_WITH(cards,\n\



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to