mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 09:40:32 +00:00
12 lines
176 B
Bash
12 lines
176 B
Bash
#!/bin/bash
|
|
|
|
aclocal $ACLOCAL_FLAGS
|
|
automake --foreign
|
|
autoconf
|
|
export CFLAGS='-O2 -Wall -pipe -g'
|
|
echo "CFLAGS=$CFLAGS"
|
|
echo "./configure $@"
|
|
./configure $@
|
|
unset CFLAGS
|
|
make
|