alsa-tools/usx2yloader/configure.in
Takashi Iwai ac8b155791 updated to version 0.3 by Karsten:
- added INSTALL and README documents.
- fixed compile warnings.
- install hotplug scripts to /etc/hotplug/usb.
- added phase1 firmware files.
2003-09-23 14:16:23 +00:00

11 lines
220 B
Text

AC_INIT(usx2yloader.c)
AM_INIT_AUTOMAKE(usx2yloader, 0.3)
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 firmware/Makefile)