alsa-lib/cvscompile

10 lines
135 B
Text
Raw Normal View History

1998-12-13 18:08:12 +00:00
#!/bin/bash
aclocal
automake --foreign
autoconf
1998-12-27 01:02:32 +00:00
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
1998-12-13 18:08:12 +00:00
./configure
unset CFLAGS
make