From f4167224e3c396ad123762c1c7b00a7b4f0d2831 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 24 Nov 2003 08:13:37 +0000 Subject: [PATCH] Use global alsa.m4 configuration --- cvscompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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