mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:45:42 +01:00
ACLOCAL_FLAGS + arguments
This commit is contained in:
parent
88cdd83d0f
commit
4775b46362
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…
Reference in a new issue