From: Jaroslav Kysela Date: Thu, 1 May 2003 08:28:15 +0000 (+0000) Subject: Added alsa_m4_flags X-Git-Tag: v1.0.3~68 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=35ea127e13a04609e71c517f5501c8f227313e39;p=alsa-utils.git Added alsa_m4_flags --- 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