alsa-lib/cvscompile

12 lines
176 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
1999-07-22 08:37:23 +00:00
export CFLAGS='-O2 -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