From b89e694b4c785076f9d4ad2d069cf678da29ec50 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Mon, 29 Oct 2001 18:50:39 -0800 Subject: [TODO defines.h loginrec.c] Change the references to configure.in to configure.ac --- ChangeLog | 6 +++++- TODO | 4 ++-- defines.h | 4 ++-- loginrec.c | 4 ++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31dcb042..d97197e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20011029 + - (tim) [TODO defines.h loginrec.c] Change the references to configure.in + to configure.ac + 20011028 - (djm) Avoid bug in Solaris PAM libs - (djm) Disconnect if no tty and PAM reports password expired @@ -6781,4 +6785,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1626 2001/10/28 18:10:22 stevesk Exp $ +$Id: ChangeLog,v 1.1627 2001/10/30 02:50:39 tim Exp $ diff --git a/TODO b/TODO index 589e446a..b5ecee25 100644 --- a/TODO +++ b/TODO @@ -62,7 +62,7 @@ Documentation: - Create a Documentation/ directory? Clean up configure/makefiles: -- Clean up configure.in - There are a few double #defined variables +- Clean up configure.ac - There are a few double #defined variables left to do. HAVE_LOGIN is one of them. Consider NOT looking for information in wtmpx or utmpx or any of that stuff if it's not detected from the start @@ -83,4 +83,4 @@ Packaging: - HP-UX: Provide DEPOT package scripts. (gilbert.r.loomis@saic.com) -$Id: TODO,v 1.44 2001/10/08 02:53:55 mouring Exp $ +$Id: TODO,v 1.45 2001/10/30 02:50:40 tim Exp $ diff --git a/defines.h b/defines.h index 886ad940..060b6f35 100644 --- a/defines.h +++ b/defines.h @@ -1,7 +1,7 @@ #ifndef _DEFINES_H #define _DEFINES_H -/* $Id: defines.h,v 1.73 2001/10/22 00:53:59 tim Exp $ */ +/* $Id: defines.h,v 1.74 2001/10/30 02:50:40 tim Exp $ */ /* Necessary headers */ @@ -454,7 +454,7 @@ struct winsize { * Define this to use pipes instead of socketpairs for communicating with the * client program. Socketpairs do not seem to work on all systems. * - * configure.in sets this for a few OS's which are known to have problems + * configure.ac sets this for a few OS's which are known to have problems * but you may need to set it yourself */ /* #define USE_PIPES 1 */ diff --git a/loginrec.c b/loginrec.c index 4e4d2fa1..d7105ed7 100644 --- a/loginrec.c +++ b/loginrec.c @@ -123,7 +123,7 @@ symbols for the platform. Use logintest to check which symbols are defined before modifying - configure.in and loginrec.c. (You have to build logintest yourself + configure.ac and loginrec.c. (You have to build logintest yourself with 'make logintest' as it's not built by default.) Otherwise, patches to the specific method(s) are very helpful! @@ -163,7 +163,7 @@ #include "log.h" #include "atomicio.h" -RCSID("$Id: loginrec.c,v 1.37 2001/10/26 15:56:56 mouring Exp $"); +RCSID("$Id: loginrec.c,v 1.38 2001/10/30 02:50:40 tim Exp $"); #ifdef HAVE_UTIL_H # include -- cgit v1.2.3