Notes for OpenSSH 5.0p1 (Haiku r25311)======================================configure---------rm config.sub config.guessautomake --add-missingautoreconf --force./configure --prefix=/boot/home/config --with-ssl-dir=/boot/home/config --sbindir=/boot/home/config/bin --libexecdir=/boot/home/config/bin --localstatedir=/var* automake will fail, but it will replace config.{sub,guess} anyway, which isall we want.* Note, the /boot/home/config paths are temporary only. This has to be changedto /boot/common.make/install------------makemake installpackaging---------* Remove the generated host keys (in /boot/home/config/etc).* Add the post install script (ssh.sh) that generates the host keys on the firstrun.