mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Changed versioning scheme.
This commit is contained in:
parent
c4cb2694fd
commit
a85b5df0ef
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/control/control.c)
|
||||
AM_INIT_AUTOMAKE(alsa-lib, 0.5.5)
|
||||
eval LIBTOOL_VERSION_INFO="1:0:0"
|
||||
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
|
|
@ -27,6 +28,7 @@ AC_PROG_GCC_TRADITIONAL
|
|||
|
||||
ALSA_CHECK_DRIVER
|
||||
SAVE_LIBRARY_VERSION
|
||||
AC_SUBST(LIBTOOL_VERSION_INFO)
|
||||
|
||||
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