alsa-tools/seq/sbiload/configure.in
Takashi Iwai 2539e7d022 removed --with-soundbase and --with-kernel configure options.
the header files are now included in alsa-lib.
2004-03-19 15:31:13 +00:00

11 lines
196 B
Text

AC_INIT(sbiload.c)
AM_INIT_AUTOMAKE(sbiload, 0.3.0)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(0.9.0)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"
AC_OUTPUT(Makefile)