Use global alsa.m4 configuration

This commit is contained in:
Jaroslav Kysela 2003-11-24 08:13:37 +00:00
parent 4a66190aec
commit f4167224e3

View File

@ -1,6 +1,6 @@
#!/bin/bash
if test -d ../alsa-lib/utils; then
if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
alsa_m4_flags="-I ../alsa-lib/utils"
fi
aclocal $alsa_m4_flags $ACLOCAL_FLAGS