diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-08-06 22:16:56 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-08-06 22:16:56 +0200 |
commit | a6d2b7900a79b54d228141891013c5e360a38a5b (patch) | |
tree | a8ebf0b9d71799c0a7a9b2753bd8a8e2f72df16a /bootstrap-configure |
Initial commit
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-x | bootstrap-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bootstrap-configure b/bootstrap-configure new file mode 100755 index 0000000..ad88c8c --- /dev/null +++ b/bootstrap-configure @@ -0,0 +1,15 @@ +#!/bin/sh + +if [ -f config.status ]; then + make maintainer-clean +fi + +./bootstrap && \ + ./configure --enable-maintainer-mode \ + --enable-debug \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-manpages \ + --disable-datafiles $* |