Automake cleanups.

This commit is contained in:
Jaroslav Kysela 2003-03-07 16:55:24 +00:00
parent 6b7e64beb2
commit 7f888e23f5
7 changed files with 6 additions and 46 deletions

View file

@ -8,7 +8,7 @@ dnl add API = c+1:0:a+1
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 @@ esac
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 \