diff options
author | Marcel Holtmann <marcel.holtmann@intel.com> | 2009-04-26 20:31:15 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel.holtmann@intel.com> | 2009-04-26 20:31:15 +0200 |
commit | 2c5ddf34d8c4b6a87710245ac10f8addee6b223d (patch) | |
tree | afc82ba7880f0399c54af0d531ba9eb49f562727 /bootstrap-configure | |
download | ofono-2c5ddf34d8c4b6a87710245ac10f8addee6b223d.tar.bz2 |
Initial revision
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 |