alsa-utils/cvscompile
1999-02-17 09:45:08 +00:00

12 lines
197 B
Bash

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