summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
new file mode 100755
index 00000000..76e6fce3
--- /dev/null
+++ b/bootstrap-configure
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+./bootstrap && \
+ ./configure --enable-maintainer-mode \
+ --enable-debug \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-all \
+ --disable-pcmcia \
+ --disable-initscripts \
+ --disable-bluepin