]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
[TODO defines.h loginrec.c] Change the references to configure.in
authorTim Rice <tim@multitalents.net>
Tue, 30 Oct 2001 02:50:39 +0000 (18:50 -0800)
committerTim Rice <tim@multitalents.net>
Tue, 30 Oct 2001 02:50:39 +0000 (18:50 -0800)
 to configure.ac

ChangeLog
TODO
defines.h
loginrec.c

index 31dcb04280433c35769dc2dbce5e894c3d07f35c..d97197e090d329ca209d4a3a4c3c2526edb93527 100644 (file)
--- 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
  - 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 589e446aceeebf5575443fa9963956bcdc4fc12f..b5ecee25455c8f90f5458e83762b9344c110ea84 100644 (file)
--- 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 $
index 886ad9408faaa2d2661e9efccb57820f958733d5..060b6f3563f0c24e2da898849d0559d7e5e45439 100644 (file)
--- 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 */
index 4e4d2fa1687fbc86087d42aa96685a2f36b5db29..d7105ed7b64b00aad4f08463d53d29a39a7a97b7 100644 (file)
   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!
 #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>