alsa-utils/cvscompile

14 lines
229 B
Text
Raw Normal View History

1999-01-30 20:12:34 +01:00
#!/bin/bash
1999-02-17 10:45:08 +01:00
aclocal $ACLOCAL_FLAGS
1999-01-30 20:12:34 +01:00
automake --foreign
autoconf
1999-07-22 10:37:35 +02:00
export CFLAGS='-O2 -Wall -pipe -g'
1999-02-17 10:45:08 +01:00
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@ || exit 1
1999-01-30 20:12:34 +01:00
unset CFLAGS
if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
make
fi