]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Added alsa_m4_flags
authorJaroslav Kysela <perex@perex.cz>
Thu, 1 May 2003 08:28:15 +0000 (08:28 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 1 May 2003 08:28:15 +0000 (08:28 +0000)
cvscompile

index 43e74f726bca6c3e41f572be426a0bdd034065b6..d388a768cd25ada6b4e356369eee93a9dfbc0bc5 100644 (file)
@@ -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