From 2c5ddf34d8c4b6a87710245ac10f8addee6b223d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 26 Apr 2009 20:31:15 +0200 Subject: Initial revision --- bootstrap-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bootstrap-configure (limited to 'bootstrap-configure') 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 -- cgit v1.2.3