b010333e9ea4387931e7e3b0b58b58c2a3f5a9d5
[profile/ivi/pulseaudio-module-murphy-ivi.git] / bootstrap.sh
1 #!/bin/bash
2
3 autoreconf -vfi
4
5 if type -p colorgcc > /dev/null ; then
6    export CC=colorgcc
7 fi
8
9 if test "x$NOCONFIGURE" = "x"; then
10     CFLAGS="-g -O0" ./configure --enable-maintainer-mode --disable-processing "$@"
11     make clean
12 fi