From 35ea127e13a04609e71c517f5501c8f227313e39 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 1 May 2003 08:28:15 +0000 Subject: [PATCH] Added alsa_m4_flags --- cvscompile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cvscompile b/cvscompile index 43e74f7..d388a76 100644 --- a/cvscompile +++ b/cvscompile @@ -1,6 +1,9 @@ #!/bin/bash -aclocal $ACLOCAL_FLAGS +if test -d ../alsa-lib/utils; then + alsa_m4_flags="-I ../alsa-lib/utils" +fi +aclocal $alsa_m4_flags $ACLOCAL_FLAGS autoheader automake --foreign --copy --add-missing touch depcomp # for older automake -- 2.47.1