mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Some reorganization for libtool updates (version 1.4 is now supported).
Added --with-debug parameter for configure.
This commit is contained in:
parent
b67957a08f
commit
66293bc48a
10 changed files with 22 additions and 6760 deletions
|
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -f libtool ltmain.sh config.guess config.sub
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
autoheader
|
||||
automake --foreign
|
||||
automake --foreign --copy --add-missing
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue