alsa-lib/cvscompile
Jaroslav Kysela 11eaf4d61b Changes...
1998-12-27 01:02:32 +00:00

9 lines
135 B
Bash

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