summaryrefslogtreecommitdiffstats
path: root/bootstrap-configure
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-configure')
-rwxr-xr-xbootstrap-configure10
1 files changed, 4 insertions, 6 deletions
diff --git a/bootstrap-configure b/bootstrap-configure
index cea17bfa..677fb0f1 100755
--- a/bootstrap-configure
+++ b/bootstrap-configure
@@ -1,16 +1,14 @@
#!/bin/sh
-DIR="$(dirname "$0")"
-
if [ -f config.status ]; then
make maintainer-clean
fi
-(cd "$DIR" && ./bootstrap) && \
- "$DIR/configure" --enable-maintainer-mode \
+./bootstrap && \
+ ./configure --enable-maintainer-mode \
--enable-debug \
--prefix=/usr \
--mandir=/usr/share/man \
+ --localstatedir=/var \
--sysconfdir=/etc \
- --disable-datafiles \
- --localstatedir=/var
+ --disable-datafiles $*