summaryrefslogtreecommitdiff
path: root/cvscompile
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-11-24 08:13:37 +0000
committerJaroslav Kysela <perex@perex.cz>2003-11-24 08:13:37 +0000
commitf4167224e3c396ad123762c1c7b00a7b4f0d2831 (patch)
tree4d1b577a2938d4a8910c40655c884dd5ad38a0f3 /cvscompile
parent4a66190aecf161fb7124faa42d4235ec2f58d007 (diff)
downloadalsa-utils-f4167224e3c396ad123762c1c7b00a7b4f0d2831.tar.gz
Use global alsa.m4 configuration
Diffstat (limited to 'cvscompile')
-rw-r--r--cvscompile2
1 files changed, 1 insertions, 1 deletions
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