summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel.holtmann@intel.com>2009-04-26 20:31:15 +0200
committerMarcel Holtmann <marcel.holtmann@intel.com>2009-04-26 20:31:15 +0200
commit2c5ddf34d8c4b6a87710245ac10f8addee6b223d (patch)
treeafc82ba7880f0399c54af0d531ba9eb49f562727 /bootstrap-configure
downloadofono-2c5ddf34d8c4b6a87710245ac10f8addee6b223d.tar.bz2
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