From: Jaroslav Kysela Date: Mon, 24 Nov 2003 08:13:37 +0000 (+0000) Subject: Use global alsa.m4 configuration X-Git-Tag: v1.0.3~34 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f4167224e3c396ad123762c1c7b00a7b4f0d2831;p=alsa-utils.git Use global alsa.m4 configuration --- diff --git a/cvscompile b/cvscompile index d388a76..2047616 100644 --- a/cvscompile +++ b/cvscompile @@ -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