File: ac_include_me_if_no_alsa.m4

package info (click to toggle)
rosegarden4 1.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 22,344 kB
  • ctags: 14,022
  • sloc: cpp: 131,139; sh: 9,429; perl: 2,620; xml: 2,231; makefile: 607; python: 374; ansic: 339; ruby: 173; php: 2
file content (21 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# If you're building from CVS and have the following error :

# aclocal: configure.in: 86: macro `AM_PATH_ALSA' not found in library

# and then configure crashes, call

# aclocal -I .
# 
# and restart make -f Makefile.cvs ; configure [ your options ]
#

AC_DEFUN(AM_PATH_ALSA, [

with_alsa="no"
ALSA_CFLAGS=""
ALSA_LIBS=""

AC_SUBST(ALSA_CFLAGS)
AC_SUBST(ALSA_LIBS)

])