mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
Added alsa_m4_flags
This commit is contained in:
parent
3165e73785
commit
35ea127e13
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue