From 08021a52d57dacd6687819abb32559073123438e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 11 Jul 2012 09:51:00 -0300 Subject: Initial revision --- bootstrap-configure | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bootstrap-configure (limited to 'bootstrap-configure') diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 0000000..7d35d71 --- /dev/null +++ b/bootstrap-configure @@ -0,0 +1,10 @@ +#!/bin/sh + +if [ -f config.status ]; then + make maintainer-clean +fi + +./bootstrap && \ + ./configure --enable-maintainer-mode \ + --enable-debug \ + --prefix=/usr $* -- cgit v1.2.3