mirror of
https://gitee.com/openharmony/third_party_alsa-utils
synced 2024-12-02 12:17:40 +00:00
Use global alsa.m4 configuration
This commit is contained in:
parent
4a66190aec
commit
f4167224e3
@ -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 New Issue
Block a user