mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 07:15:43 +01:00
0.5.5
This commit is contained in:
parent
8b42d21333
commit
670aace782
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(alsamixer/alsamixer.c)
|
AC_INIT(alsamixer/alsamixer.c)
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
AM_INIT_AUTOMAKE(alsa-utils, 0.5.4)
|
AM_INIT_AUTOMAKE(alsa-utils, 0.5.5)
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
@ -10,7 +10,7 @@ AC_PROG_INSTALL
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
AM_PATH_ALSA(0.1.1)
|
AM_PATH_ALSA(0.5.5)
|
||||||
|
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
Loading…
Reference in a new issue