Update of /cvsroot/alsa/alsa-utils
In directory sc8-pr-cvs1:/tmp/cvs-serv32418

Modified Files:
        Makefile.am README configure.in 
Log Message:
- added alsaconf script.
- fixed alsaconf script for the new module tools of 2.6 kernel.



Index: Makefile.am
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile.am 28 Oct 2003 10:53:43 -0000      1.27
+++ Makefile.am 29 Oct 2003 13:38:23 -0000      1.28
@@ -4,7 +4,7 @@
 else
 ALSAMIXER_DIR=
 endif
-SUBDIRS=include alsactl $(ALSAMIXER_DIR) amidi amixer aplay iecset seq utils
+SUBDIRS=include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq utils
 EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp
 
 rpm: dist

Index: README
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- README      28 Oct 2003 10:53:43 -0000      1.6
+++ README      29 Oct 2003 13:38:23 -0000      1.7
@@ -6,6 +6,7 @@
 The package can be compiled only with the installed ALSA driver and
 the ALSA C library.
 
+alsaconf       - the ALSA driver configurator script
 alsactl                - an utility for soundcard settings management
 aplay/arecord  - an utility for the playback / capture of .wav,.voc,.au files
 amixer         - a command line mixer

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/configure.in,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- configure.in        28 Oct 2003 10:53:43 -0000      1.68
+++ configure.in        29 Oct 2003 13:38:23 -0000      1.69
@@ -48,9 +48,11 @@
 AC_SUBST(CURSESINC)
 AC_SUBST(CURSESLIB)
 
-dnl Check for Gtk+
-dnl AM_PATH_GTK(1.0.1)
-dnl CFLAGS="$CFLAGS $GTK_CFLAGS"
+AC_ARG_WITH(testsound,
+  [  --with-testsound=file        give the path of test sound file for alsaconf],
+  TESTSOUND="$withval",
+  TESTSOUND="/usr/share/sounds/alsa/test.wav")
+AC_SUBST(TESTSOUND)
 
 AM_CONFIG_HEADER(include/aconfig.h)
 
@@ -65,5 +67,6 @@
 SAVE_UTIL_VERSION
 
 AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile 
\
+         alsaconf/alsaconf alsaconf/Makefile \
          aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \
          utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile 
seq/aseqnet/Makefile)



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to