mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
0.6.0pre1
This commit is contained in:
parent
749f2ffd77
commit
87ab887d33
1 changed files with 10 additions and 2 deletions
12
configure.in
12
configure.in
|
|
@ -1,7 +1,15 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/control/control.c)
|
AC_INIT(src/control/control.c)
|
||||||
AM_INIT_AUTOMAKE(alsa-lib, 0.5.6)
|
dnl *************************************************
|
||||||
eval LIBTOOL_VERSION_INFO="1:0:0"
|
dnl current:revision:age
|
||||||
|
dnl change (without API) = c:r+1:a
|
||||||
|
dnl change API = c+1:0:a
|
||||||
|
dnl add API = c+1:0:a+1
|
||||||
|
dnl remove API = c+1:0:0
|
||||||
|
dnl *************************************************
|
||||||
|
AM_INIT_AUTOMAKE(alsa-lib, 0.6.0pre1)
|
||||||
|
eval LIBTOOL_VERSION_INFO="2:0:0"
|
||||||
|
dnl *************************************************
|
||||||
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue