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 | |
parent | d7afe93cc74f5f29fac8b84dcff88beb945a16ce (diff) | |
parent | 9b58ef755fe8dabbd82a9a9f88e172b7b9d9222a (diff) |
Import bluez-libs-3.36 revision history
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 00000000..91756f94 --- /dev/null +++ b/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal && \ + autoheader && \ + libtoolize --automake --copy --force && \ + automake --add-missing --copy && \ + autoconf |