alsa-tools/seq/sbiload/configure.in
Takashi Iwai e978fc745e sbiload - Rewritten to use hwdep device
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.
2007-10-30 11:53:40 +01:00

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)