diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-26 22:40:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-26 22:40:59 +0000 |
commit | 5b06ecd76bbb760cdee2e7b9e36cc3202db2e5db (patch) | |
tree | 59361d5f175cf5e9209e27295d69cab57ab00528 /bootstrap-configure | |
parent | fdf8c10513c0f4d3eab0dc0c75c878825f35f979 (diff) |
Update bootstrap stuff
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 13 |
1 files changed, 13 insertions, 0 deletions
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 |