summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac (renamed from configure.in)3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7794b80b..8b3a312d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
20011024
- (bal) Should be 3.0p1 not 3.0p2. Corrected version.h already.
+ - (tim) configure.in -> configure.ac
20011023
- (bal) Updated version to 3.0p1 in preparing for release.
@@ -6755,4 +6756,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1615 2001/10/24 21:06:07 mouring Exp $
+$Id: ChangeLog,v 1.1616 2001/10/25 04:15:26 tim Exp $
diff --git a/configure.in b/configure.ac
index 627401e2..185ed30e 100644
--- a/configure.in
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.317 2001/10/24 05:36:55 tim Exp $
+# $Id: configure.ac,v 1.1 2001/10/25 04:15:26 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -540,7 +540,6 @@ AC_ARG_WITH(tcp-wrappers,
else
CPPFLAGS="$CPPFLAGS -I${withval}"
fi
- TCPW_MSG="yes"
fi
LIBS="-lwrap $LIBS"
AC_MSG_CHECKING(for libwrap)