summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
committerTim Rice <tim@multitalents.net>2001-10-29 18:50:39 -0800
commitb89e694b4c785076f9d4ad2d069cf678da29ec50 (patch)
tree469e961e3c38d55fe6b99ae5e596b61ce2fcad04
parentc3ad02e54bcdd4cc66dac087023f4104bde237b0 (diff)
[TODO defines.h loginrec.c] Change the references to configure.in
to configure.ac
-rw-r--r--ChangeLog6
-rw-r--r--TODO4
-rw-r--r--defines.h4
-rw-r--r--loginrec.c4
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 <util.h>