Home | History | Annotate | Download | only in acinclude

Lines Matching refs:dnl

2 dnl Configure Paths for Alsa
3 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
4 dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
5 dnl Jaroslav Kysela <perex@suse.cz>
6 dnl Last modification: alsa.m4,v 1.23 2004/01/16 18:14:22 tiwai Exp
7 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
8 dnl Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate.
9 dnl enables arguments --with-alsa-prefix=
10 dnl --with-alsa-enc-prefix=
11 dnl --disable-alsatest
12 dnl
13 dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified,
14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result.
15 dnl
17 [dnl Save the original CFLAGS, LDFLAGS, and LIBS
23 dnl
24 dnl Get the cflags and libraries for alsa
25 dnl
34 dnl FIXME: this is not yet implemented
40 dnl Add any special include directories
48 dnl add any special lib dirs
55 dnl add the alsa library
64 dnl Check for a working version of libasound that is of the right version.
119 dnl Now that we know that we have the right version, let's see if we have the library and not just the headers.
142 dnl That should be it. Now just export out symbols: