1Notes for OpenSSH 5.0p1 (Haiku r25311)
2======================================
3
4configure
5---------
6
7  rm config.sub config.guess
8  automake --add-missing
9  autoreconf --force
10
11  ./configure --prefix=/boot/home/config --with-ssl-dir=/boot/home/config --sbindir=/boot/home/config/bin --libexecdir=/boot/home/config/bin --localstatedir=/var
12
13* automake will fail, but it will replace config.{sub,guess} anyway, which is
14  all we want.
15* Note, the /boot/home/config paths are temporary only. This has to be changed
16  to /boot/common.
17
18
19make/install
20------------
21
22  make
23  make install
24
25
26packaging
27---------
28
29* Remove the generated host keys (in /boot/home/config/etc).
30* Add the post install script (ssh.sh) that generates the host keys on the first
31  run.
32