mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Corrected version for include/version.h and utils/alsa-lib.spec...
This commit is contained in:
parent
eebc9ade3f
commit
f8fda3cf0c
2 changed files with 15 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue