Corrected version for include/version.h and utils/alsa-lib.spec...

This commit is contained in:
Jaroslav Kysela 1998-11-21 18:47:42 +00:00
parent eebc9ade3f
commit f8fda3cf0c
2 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/control/control.c)
AM_INIT_AUTOMAKE(alsa-lib, 0.1.3)
AM_INIT_AUTOMAKE(alsa-lib, 0.2.0)
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
AC_PREFIX_DEFAULT(/usr)
@ -26,6 +26,7 @@ dnl Checks for library functions.
AC_PROG_GCC_TRADITIONAL
ALSA_CHECK_DRIVER
SAVE_LIBRARY_VERSION
AC_OUTPUT(Makefile doc/Makefile include/Makefile src/Makefile \
src/control/Makefile src/mixer/Makefile src/pcm/Makefile \