diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20030910 | ||
2 | - (dtucker) [configure.ac] Bug #636: Add support for Cray's new X1 machine. | ||
3 | Patch from wendyp at cray.com. | ||
4 | |||
1 | 20030909 | 5 | 20030909 |
2 | - (tim) [regress/Makefile] Fixes for building outside of a read-only | 6 | - (tim) [regress/Makefile] Fixes for building outside of a read-only |
3 | source tree. | 7 | source tree. |
@@ -1052,4 +1056,4 @@ | |||
1052 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1056 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1053 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1057 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1054 | 1058 | ||
1055 | $Id: ChangeLog,v 1.2975 2003/09/09 15:35:20 tim Exp $ | 1059 | $Id: ChangeLog,v 1.2976 2003/09/10 01:39:05 dtucker Exp $ |
diff --git a/configure.ac b/configure.ac index 08bfdabcf..16cc1282c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.147 2003/09/08 21:35:17 tim Exp $ | 1 | # $Id: configure.ac,v 1.148 2003/09/10 01:39:05 dtucker Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -341,6 +341,14 @@ mips-sony-bsd|mips-sony-newsos4) | |||
341 | LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" | 341 | LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" |
342 | MANTYPE=cat | 342 | MANTYPE=cat |
343 | ;; | 343 | ;; |
344 | *-*-unicosmp*) | ||
345 | AC_DEFINE(WITH_ABBREV_NO_TTY) | ||
346 | AC_DEFINE(USE_PIPES) | ||
347 | AC_DEFINE(DISABLE_FD_PASSING) | ||
348 | LDFLAGS="$LDFLAGS" | ||
349 | LIBS="$LIBS -lgen -lacid" | ||
350 | MANTYPE=cat | ||
351 | ;; | ||
344 | *-*-unicos*) | 352 | *-*-unicos*) |
345 | AC_DEFINE(USE_PIPES) | 353 | AC_DEFINE(USE_PIPES) |
346 | AC_DEFINE(DISABLE_FD_PASSING) | 354 | AC_DEFINE(DISABLE_FD_PASSING) |