mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-13 01:05:42 +01:00
Added autoheader call
This commit is contained in:
parent
e52214d3e2
commit
f098bd3f50
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
aclocal $ACLOCAL_FLAGS
|
aclocal $ACLOCAL_FLAGS
|
||||||
|
autoheader
|
||||||
automake --foreign --add-missing
|
automake --foreign --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -Wall -pipe -g'
|
export CFLAGS='-O2 -Wall -pipe -g'
|
||||||
|
|
Loading…
Reference in a new issue