alsa-utils/cvscompile

10 lines
135 B
Text
Raw Normal View History

1999-01-30 20:12:34 +01:00
#!/bin/bash
aclocal
automake --foreign
autoconf
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
./configure
unset CFLAGS
make