OSDN Git Service

Release 1.2
[android-x86/external-bluetooth-sbc.git] / bootstrap-configure
1 #!/bin/sh
2
3 if [ -f config.status ]; then
4         make maintainer-clean
5 fi
6
7 ./bootstrap && \
8     ./configure --enable-maintainer-mode \
9                 --enable-debug \
10                 --prefix=/usr $*