alsa-tools/sscape_ctl/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
202 B
Text

AC_INIT(sscape_ctl.c)
AM_INIT_AUTOMAKE(sscape_ctl, 0.1.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)