bootstrap.sh: don't set sysconfdir and localstatedir configure options
authorTanu Kaskinen <tanuk@iki.fi>
Tue, 13 Aug 2019 13:49:31 +0000 (16:49 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Tue, 13 Aug 2019 13:49:31 +0000 (16:49 +0300)
commit57c9bf7902dab231981f5b08a730bc89aa04e284
tree2ec48de3cb3e679dfc9a97d7353d3503fbb5b62b
parent493e7f35821c09a3b79b883a76283f5614ae1202
bootstrap.sh: don't set sysconfdir and localstatedir configure options

I don't know why these options were being passed to configure
(--sysconfdir has been there from the very beginning, --localstatedir
got added when the system mode was added). Overwriting system files by
default is not good, so let's not set these options.
bootstrap.sh