nfctype1: NFC type 1 tag initial support
[platform/upstream/neard.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                 --enable-nfctype1=builtin \
11                 --enable-nfctype2=builtin \
12                 --prefix=/usr $*