summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-12-22 20:47:27 +0100
committerMarcel Holtmann <marcel@holtmann.org>2007-12-22 20:47:27 +0100
commitba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4 (patch)
treefbd2ab8e240018ebd473c62145117a01b0076448 /bootstrap-configure
downloadconnman-ba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4.tar.gz
connman-ba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4.tar.bz2
connman-ba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4.zip
Initial revision
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
new file mode 100755
index 00000000..2d56ff31
--- /dev/null
+++ b/bootstrap-configure
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if [ -f config.status ]; then
+ make maintainer-clean
+fi
+
+./bootstrap && \
+ ./configure --enable-maintainer-mode \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc