alsa-lib/cvscompile

12 lines
197 B
Text
Raw Normal View History

1998-12-13 18:08:12 +00:00
#!/bin/bash
1999-02-17 09:44:11 +00:00
aclocal $ACLOCAL_FLAGS
1998-12-13 18:08:12 +00:00
automake --foreign
autoconf
1998-12-27 01:02:32 +00:00
export CFLAGS='-O2 -fomit-frame-pointer -Wall -pipe -g'
1999-02-17 09:44:11 +00:00
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
1998-12-13 18:08:12 +00:00
unset CFLAGS
make