mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 04:35:43 +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
|
||||
|
||||
aclocal
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
automake --foreign
|
||||
autoconf
|
||||
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
|
||||
./configure
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
echo "./configure $@"
|
||||
./configure $@
|
||||
unset CFLAGS
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue