alsa-tools/sb16_csp/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
194 B
Text

AC_INIT(cspctl.c)
AM_INIT_AUTOMAKE(cspctl, 0.2.0)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(1.0.0)
CFLAGS="$CFLAGS $ALSA_CFLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"
AC_OUTPUT(Makefile)