mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-14 17:35:43 +01:00
added --copy to automake.
This commit is contained in:
parent
aebe10b34c
commit
66b3fc6c2d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
aclocal $ACLOCAL_FLAGS
|
aclocal $ACLOCAL_FLAGS
|
||||||
autoheader
|
autoheader
|
||||||
automake --foreign --add-missing
|
automake --foreign --copy --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -Wall -pipe -g'
|
export CFLAGS='-O2 -Wall -pipe -g'
|
||||||
echo "CFLAGS=$CFLAGS"
|
echo "CFLAGS=$CFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue