alsa-lib/cvscompile

13 lines
190 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
autoheader
1998-12-13 18:08:12 +00:00
automake --foreign
autoconf
2000-05-08 18:53:38 +00:00
export CFLAGS='-O2 -Wall -W -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