alsa-tools/pcxhrloader/configure.in
Takashi Iwai ba2978aa9f Add pcxhrloader
Added pcxhrloader, the firmware loader for Digigram PCXHR driver.
2004-12-21 13:42:07 +00:00

11 lines
202 B
Text

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