alsa-utils/cvscompile
1999-07-22 08:37:35 +00:00

12 lines
176 B
Bash

#!/bin/bash
aclocal $ACLOCAL_FLAGS
automake --foreign
autoconf
export CFLAGS='-O2 -Wall -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make