alsa-utils/cvscompile
1999-01-30 19:12:34 +00:00

10 lines
135 B
Bash

#!/bin/bash
aclocal
automake --foreign
autoconf
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
./configure
unset CFLAGS
make