mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ACLOCAL_FLAGS + arguments
This commit is contained in:
parent
013a463ae0
commit
e54aada1a6
1 changed files with 4 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
aclocal
|
aclocal $ACLOCAL_FLAGS
|
||||||
automake --foreign
|
automake --foreign
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
|
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
|
||||||
./configure
|
echo "CFLAGS=$CFLAGS"
|
||||||
|
echo "./configure $@"
|
||||||
|
./configure $@
|
||||||
unset CFLAGS
|
unset CFLAGS
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue