mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 15:29:44 +01:00
Use global alsa.m4 configuration
This commit is contained in:
parent
4a66190aec
commit
f4167224e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue