matrixmixer: fix reference to 'interface' in refreshValues().
[ffado.git] / alsa-plugin / cvscompile
blob41bd1f77b384f5e66950074fb88599bd2114f4e7
1 #!/bin/bash
3 touch ltconfig
4 libtoolize --force --copy --automake
5 aclocal $ACLOCAL_FLAGS
6 autoheader
7 automake --foreign --copy --add-missing
8 touch depcomp # seems to be missing for old automake
9 autoconf
10 export CFLAGS='-O2 -Wall -W -pipe -g'
11 echo "CFLAGS=$CFLAGS"
12 echo "./configure $@"
13 ./configure $@ || exit 1
14 unset CFLAGS
15 if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
16 make