mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
- Big cleanup in the matrix mixer drawing code. It make is way smaller and readable. - New feature: echomixer can load and restore the status of nominal level switches. - Version number bumped to 1.0.3. Signed-off-by: Giuliano Pochini <pochini@shiny.it>
9 lines
173 B
Text
9 lines
173 B
Text
AC_INIT(echomixer.c)
|
|
AM_INIT_AUTOMAKE(echomixer, 1.0.3)
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
AC_HEADER_STDC
|
|
|
|
PKG_CHECK_MODULES(ECHOMIXER, gtk+-2.0 alsa >= 1.0.0)
|
|
|
|
AC_OUTPUT(Makefile)
|