mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Major rewritten to use hwdep device instead of instrument layer. Also, more options (-c, -2, -q, -D) and better guess work for patch types now.
11 lines
197 B
Text
11 lines
197 B
Text
AC_INIT(sbiload.c)
|
|
AM_INIT_AUTOMAKE(sbiload, 0.4.0)
|
|
AC_PROG_CC
|
|
AC_PROG_INSTALL
|
|
AC_HEADER_STDC
|
|
AM_PATH_ALSA(1.0.15)
|
|
|
|
CFLAGS="$CFLAGS $ALSA_CFLAGS"
|
|
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
|
|
|
AC_OUTPUT(Makefile)
|