mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-26 01:40:13 -05:00
Convert hda-verb to use automake
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f8d648a84b
commit
2996581ce2
4 changed files with 32 additions and 15 deletions
13
hda-verb/gitcompile
Executable file
13
hda-verb/gitcompile
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
aclocal $ACLOCAL_FLAGS || exit 1
|
||||
automake --foreign --add-missing || exit 1
|
||||
autoconf || exit 1
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@ || exit 1
|
||||
unset CFLAGS
|
||||
if [ -z "$GITCOMPILE_NO_MAKE" ]; then
|
||||
make || exit 1
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue