router: routing table lists are added/maintained as module properties
[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