Update of /cvsroot/alsa/alsa-lib
In directory sc8-pr-cvs1:/tmp/cvs-serv23023

Modified Files:
        acinclude.m4 configure.in 
Removed Files:
        acconfig.h 
Log Message:
Automake cleanups.


Index: acinclude.m4
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/acinclude.m4,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- acinclude.m4        5 Mar 2003 14:30:12 -0000       1.27
+++ acinclude.m4        7 Mar 2003 16:55:24 -0000       1.28
@@ -2,7 +2,7 @@
 AC_MSG_CHECKING(for library version)
 SND_LIB_VERSION=$VERSION
 echo $VERSION > $srcdir/version
-AC_DEFINE_UNQUOTED(VERSION, "$SND_LIB_VERSION")
+AC_DEFINE_UNQUOTED(VERSION, "$SND_LIB_VERSION", [sound library version string])
 AC_SUBST(SND_LIB_VERSION)
 SND_LIB_MAJOR=`echo $VERSION | cut -d . -f 1`
 AC_SUBST(SND_LIB_MAJOR)

Index: configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/configure.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- configure.in        5 Mar 2003 20:02:55 -0000       1.99
+++ configure.in        7 Mar 2003 16:55:24 -0000       1.100
@@ -8,7 +8,7 @@
 dnl remove API = c+1:0:0
 dnl *************************************************
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(alsa-lib, 0.9.0rc8b)
+AM_INIT_AUTOMAKE(alsa-lib, 0.9.0rc8c)
 eval LIBTOOL_VERSION_INFO="2:0:0"
 dnl *************************************************
 AM_CONDITIONAL(INSTALL_M4, test -n "${ACLOCAL}")
@@ -161,7 +161,7 @@
 AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile include/Makefile
          include/sound/Makefile src/Makefile \
           src/control/Makefile src/mixer/Makefile
-         src/pcm/Makefile src/pcm/ext/Makefile \
+         src/pcm/Makefile src/pcm/ext/Makefile src/pcm/scopes/Makefile \
          src/rawmidi/Makefile src/timer/Makefile \
           src/hwdep/Makefile src/seq/Makefile src/instr/Makefile \
           src/compat/Makefile src/conf/Makefile \

--- acconfig.h DELETED ---



-------------------------------------------------------
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-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to