tools: Add an SNEP sending testing program
[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                 --sysconfdir=/etc \
11                 --enable-tools \
12                 --enable-nfctype1=builtin \
13                 --enable-nfctype2=builtin \
14                 --enable-nfctype3=builtin \
15                 --enable-nfctype4=builtin \
16                 --enable-p2p=builtin \
17                 --prefix=/usr $*