From 6719a69aec7067ff8af3110ba928072f08028114 Mon Sep 17 00:00:00 2001 From: Regis Merlino Date: Fri, 22 Feb 2013 14:36:41 +0100 Subject: [Init] Add initial source files Signed-off-by: Regis Merlino --- bootstrap-configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 bootstrap-configure (limited to 'bootstrap-configure') diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 0000000..74bc48b --- /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 $* \ No newline at end of file -- cgit v1.2.1