alsa-tools/hdsploader/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
200 B
Text

AC_INIT(hdsploader.c)
AM_INIT_AUTOMAKE(hdsploader, 1.2)
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)