Use autoconf/automake GNU tools.

This commit is contained in:
Jaroslav Kysela 2001-08-20 11:27:44 +00:00
parent d8ccbda67e
commit 1a7c2fedf5
6 changed files with 60 additions and 42 deletions

10
sb16_csp/configure.in Normal file
View file

@ -0,0 +1,10 @@
AC_INIT(cspctl.c)
AM_INIT_AUTOMAKE(cspctl, 0.2.0)
AC_PROG_CC
AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_ALSA(0.9.0)
CFLAGS="$CFLAGS $ALSA_FLAGS"
LDFLAGS="$LDFLAGS $ALSA_LIBS"
AC_OUTPUT(Makefile)