summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2005-06-01 20:09:28 -0700
committerTim Rice <tim@multitalents.net>2005-06-01 20:09:28 -0700
commit4dbacffe7bd6160c66c89093969eba469fb90b55 (patch)
tree1a5fc594b26bb9bb80ec639608ec714cb10ecccb
parent5f7075800ae03d516c84a05ea2d3710413535577 (diff)
- (tim) [configure.ac] set TEST_SHELL for OpenServer 6
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac7
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ef54244a..67d44780c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
18 fix -O for cases where no ControlPath has been specified or socket at 18 fix -O for cases where no ControlPath has been specified or socket at
19 ControlPath is not contactable; spotted by and ok avsm@ 19 ControlPath is not contactable; spotted by and ok avsm@
20 - (tim) [config.guess config.sub] Update to '2005-05-27' version. 20 - (tim) [config.guess config.sub] Update to '2005-05-27' version.
21 - (tim) [configure.ac] set TEST_SHELL for OpenServer 6
21 22
2220050531 2320050531
23 - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at 24 - (dtucker) [contrib/aix/pam.conf] Correct comments. From davidl at
@@ -2666,4 +2667,4 @@
2666 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2667 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2667 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2668 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2668 2669
2669$Id: ChangeLog,v 1.3808 2005/06/02 02:57:45 tim Exp $ 2670$Id: ChangeLog,v 1.3809 2005/06/02 03:09:28 tim Exp $
diff --git a/configure.ac b/configure.ac
index e94663790..61132acd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.270 2005/06/01 11:39:33 dtucker Exp $ 1# $Id: configure.ac,v 1.271 2005/06/02 03:09:28 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -371,6 +371,11 @@ mips-sony-bsd|mips-sony-newsos4)
371 AC_DEFINE(BROKEN_SETREUID) 371 AC_DEFINE(BROKEN_SETREUID)
372 AC_DEFINE(BROKEN_SETREGID) 372 AC_DEFINE(BROKEN_SETREGID)
373 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd]) 373 AC_DEFINE(PASSWD_NEEDS_USERNAME, 1, [must supply username to passwd])
374 case "$host" in
375 *-*-sysv5SCO_SV*) # SCO OpenServer 6.x
376 TEST_SHELL=/u95/bin/sh
377 ;;
378 esac
374 ;; 379 ;;
375*-*-sysv*) 380*-*-sysv*)
376 ;; 381 ;;