diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -3,6 +3,7 @@ | |||
3 | - (stevesk) [xmmap.c] missing prototype for fatal() | 3 | - (stevesk) [xmmap.c] missing prototype for fatal() |
4 | - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync | 4 | - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial sync |
5 | with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. | 5 | with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com. |
6 | - (bal) [configure.ac] Missing ;; from cray patch. | ||
6 | 7 | ||
7 | 20020721 | 8 | 20020721 |
8 | - (stevesk) [auth-pam.c] merge cosmetic changes from solar's | 9 | - (stevesk) [auth-pam.c] merge cosmetic changes from solar's |
@@ -1414,4 +1415,4 @@ | |||
1414 | - (stevesk) entropy.c: typo in debug message | 1415 | - (stevesk) entropy.c: typo in debug message |
1415 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1416 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1416 | 1417 | ||
1417 | $Id: ChangeLog,v 1.2389 2002/07/22 23:34:25 mouring Exp $ | 1418 | $Id: ChangeLog,v 1.2390 2002/07/23 00:00:05 mouring Exp $ |
diff --git a/configure.ac b/configure.ac index c8aa7e184..25d72e6c7 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.83 2002/07/22 23:34:25 mouring Exp $ | 1 | # $Id: configure.ac,v 1.84 2002/07/23 00:00:06 mouring Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -287,6 +287,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
287 | LDFLAGS="$LDFLAGS" | 287 | LDFLAGS="$LDFLAGS" |
288 | LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" | 288 | LIBS="$LIBS -lgen -lrsc -lshare -luex -lacm" |
289 | MANTYPE=cat | 289 | MANTYPE=cat |
290 | ;; | ||
290 | *-*-unicos*) | 291 | *-*-unicos*) |
291 | no_libsocket=1 | 292 | no_libsocket=1 |
292 | no_libnsl=1 | 293 | no_libnsl=1 |