summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-06-18 20:37:39 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-06-18 20:37:39 -0700
commit784190f048d96ef0516ed90a4296a5da76469c5d (patch)
tree5069e2cee8fa611ac04e2601e332a09d18786f35 /bootstrap-configure
parent6c35630a9bc3fe4148e8ba7001b7bf3f301eb5c1 (diff)
downloadobexd-784190f048d96ef0516ed90a4296a5da76469c5d.tar.gz
Enable most options by default for maintainer mode
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index 55afa79..17911e6 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -7,9 +7,11 @@ fi
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \
- --enable-usb \
--prefix=/usr \
--libexec=/usr/lib/obex \
--mandir=/usr/share/man \
--sysconfdir=/etc \
- --with-phonebook=dummy $*
+ --with-messages=dummy \
+ --with-phonebook=dummy \
+ --enable-usb \
+ --enable-pcsuite $*