summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-05 07:53:38 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-05 07:53:38 +1000
commite1fe09968d12e79f34d9e48475f2bfd2c0556b83 (patch)
tree2cf8c7dfec6a66dc12b9c7b0293bb733d062938c
parent3e0891093a990b1d5111d5190f69c13277daedc7 (diff)
- (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 922b2c64..8013660f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20060905
+ - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
+
20060904
- (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native
updwdtmp seems to generate invalid wtmp entries. From Roger Cornelius,
@@ -5395,4 +5398,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4529 2006/09/04 12:37:41 dtucker Exp $
+$Id: ChangeLog,v 1.4530 2006/09/04 21:53:38 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index 32ecd0da..ce51b4cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.359 2006/09/04 12:37:42 dtucker Exp $
+# $Id: configure.ac,v 1.360 2006/09/04 21:53:38 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.359 $)
+AC_REVISION($Revision: 1.360 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -512,7 +512,7 @@ mips-sony-bsd|mips-sony-newsos4)
TEST_SHELL=/u95/bin/sh
AC_DEFINE(BROKEN_LIBIAF, 1,
[ia_uinfo routines not supported by OS yet])
- AC_DEFINES(BROKEN_UPDWTMP, 1,
+ AC_DEFINE(BROKEN_UPDWTMP, 1,
[using updwtmp will corrupt wtmp entries])
;;
*) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")