added hdsploader by Thomas Charbonnel <thomas@undata.org>

This commit is contained in:
Takashi Iwai 2003-04-07 15:37:20 +00:00
parent eccc0e3a5a
commit 99e492b96a
16 changed files with 16977 additions and 1 deletions

11
hdsploader/configure.in Normal file
View file

@ -0,0 +1,11 @@
AC_INIT(hdsploader.c)
AM_INIT_AUTOMAKE(hdsploader, 1.0)
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)