diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 18:40:43 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 18:40:43 +0200 | 
| commit | 9f6cffae412046530af84f6f751f3ff8bfb06af0 (patch) | |
| tree | 3dd6d9d2b9a57734352bde9cc950f3c1abd24306 /bootstrap-configure | |
| parent | d7afe93cc74f5f29fac8b84dcff88beb945a16ce (diff) | |
| parent | 9b58ef755fe8dabbd82a9a9f88e172b7b9d9222a (diff) | |
Import bluez-libs-3.36 revision history
Diffstat (limited to 'bootstrap-configure')
| -rwxr-xr-x | bootstrap-configure | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 00000000..b10a98e0 --- /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  | 
