projects
/
platform
/
upstream
/
ofono.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc: Describe the handling of MMI codes with oFono
[platform/upstream/ofono.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-test \
11
--prefix=/usr \
12
--mandir=/usr/share/man \
13
--sysconfdir=/etc \
14
--localstatedir=/var \
15
--enable-dundee \
16
--enable-tools \
17
--disable-datafiles $*