summaryrefslogtreecommitdiff
path: root/bootstrap-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
new file mode 100755
index 0000000..7a59366
--- /dev/null
+++ b/bootstrap-configure
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+if [ -f config.status ]; then
+ make maintainer-clean
+fi
+
+autoreconf -if && \
+ ./configure --enable-maintainer-mode \
+ --enable-silent-rules \
+ --disable-optimization \
+ --enable-debug \
+ --with-log-level=8 $*