projects
/
platform
/
upstream
/
connman.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't built fake plugin anymore
[platform/upstream/connman.git]
/
bootstrap-configure
1
#!/bin/sh
2
3
if [ -f config.status ]; then
4
make maintainer-clean
5
fi
6
7
if [ ! -f doc/gtk-doc.make ]; then
8
gtkdocize --copy --docdir doc
9
fi
10
11
./bootstrap && \
12
./configure --enable-maintainer-mode \
13
--enable-gtk-doc \
14
--enable-debug \
15
--prefix=/usr \
16
--mandir=/usr/share/man \
17
--localstatedir=/var \
18
--sysconfdir=/etc \
19
--disable-fake $*