diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20020330 | ||
2 | - (stevesk) [configure.ac] remove header check for sys/ttcompat.h | ||
3 | bug 167 | ||
4 | |||
1 | 20020327 | 5 | 20020327 |
2 | - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by | 6 | - (bal) 'pw' should be 'authctxt->pw' in auth1.c spotted by |
3 | kent@lysator.liu.se | 7 | kent@lysator.liu.se |
@@ -8089,4 +8093,4 @@ | |||
8089 | - Wrote replacements for strlcpy and mkdtemp | 8093 | - Wrote replacements for strlcpy and mkdtemp |
8090 | - Released 1.0pre1 | 8094 | - Released 1.0pre1 |
8091 | 8095 | ||
8092 | $Id: ChangeLog,v 1.2001 2002/03/27 18:00:59 mouring Exp $ | 8096 | $Id: ChangeLog,v 1.2002 2002/03/30 17:55:21 stevesk Exp $ |
diff --git a/configure.ac b/configure.ac index c704da3d3..5d7bc20e6 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.28 2002/03/22 18:19:54 stevesk Exp $ | 1 | # $Id: configure.ac,v 1.29 2002/03/30 17:55:23 stevesk Exp $ |
2 | 2 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -329,7 +329,7 @@ AC_CHECK_HEADERS(bstring.h crypt.h endian.h floatingpoint.h \ | |||
329 | strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ | 329 | strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ |
330 | sys/poll.h sys/queue.h sys/select.h sys/stat.h \ | 330 | sys/poll.h sys/queue.h sys/select.h sys/stat.h \ |
331 | sys/stropts.h sys/sysmacros.h sys/time.h \ | 331 | sys/stropts.h sys/sysmacros.h sys/time.h \ |
332 | sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \ | 332 | sys/un.h time.h ttyent.h usersec.h \ |
333 | util.h utime.h utmp.h utmpx.h) | 333 | util.h utime.h utmp.h utmpx.h) |
334 | 334 | ||
335 | # Checks for libraries. | 335 | # Checks for libraries. |