File: configure.ac

package info (click to toggle)
alsa-tools 1.2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 14,184 kB
  • sloc: ansic: 23,759; cpp: 15,276; sh: 6,037; pascal: 1,140; asm: 1,053; makefile: 926; xml: 846; python: 251
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
AC_INIT(pcxhrloader, 1.0)
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
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)