From 5b06ecd76bbb760cdee2e7b9e36cc3202db2e5db Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 26 Oct 2005 22:40:59 +0000 Subject: Update bootstrap stuff --- bootstrap-configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 bootstrap-configure (limited to 'bootstrap-configure') 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 -- cgit