Index: configure.in *** configure.in.orig Tue Jan 20 05:24:14 1998 --- configure.in Sat Jan 24 19:05:51 1998 *************** *** 635,643 **** export CFLAGS CC ! # Socket pairs appear to be broken on several systems. I don't know exactly ! # where, so I'll use pipes everywhere for now. ! AC_DEFINE(USE_PIPES) AC_MSG_CHECKING([that the compiler works]) AC_TRY_RUN([ main(int ac, char **av) { return 0; } ], --- 635,643 ---- export CFLAGS CC ! dnl # Socket pairs appear to be broken on several systems. I don't know exactly ! dnl # where, so I'll use pipes everywhere for now. ! dnl AC_DEFINE(USE_PIPES) AC_MSG_CHECKING([that the compiler works]) AC_TRY_RUN([ main(int ac, char **av) { return 0; } ], *************** *** 1506,1519 **** [ case "$enableval" in no) AC_MSG_RESULT(no) ! SSHINSTALLMODE=0711 ;; *) AC_MSG_RESULT(yes) ! SSHINSTALLMODE=04711 ;; esac ], AC_MSG_RESULT(yes) ! SSHINSTALLMODE=04711 ) # We include this here only to make it visible in --help; this is only used --- 1506,1519 ---- [ case "$enableval" in no) AC_MSG_RESULT(no) ! SSHINSTALLMODE=0511 ;; *) AC_MSG_RESULT(yes) ! SSHINSTALLMODE=04511 ;; esac ], AC_MSG_RESULT(yes) ! SSHINSTALLMODE=04511 ) # We include this here only to make it visible in --help; this is only used *************** *** 1539,1542 **** AC_SUBST(CONFOBJS) AC_SUBST(SSHINSTALLMODE) ! AC_OUTPUT(Makefile sshd.8 ssh.1 make-ssh-known-hosts.1 zlib-1.0.4/Makefile) --- 1539,1542 ---- AC_SUBST(CONFOBJS) AC_SUBST(SSHINSTALLMODE) ! AC_OUTPUT(Makefile sshd.8 ssh.1 make-ssh-known-hosts.pl make-ssh-known-hosts.1 zlib-1.0.4/Makefile)