Added alsa_m4_flags

This commit is contained in:
Jaroslav Kysela 2003-05-01 08:28:15 +00:00
parent 3165e73785
commit 35ea127e13

View 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