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.