From 0f83d2907cc227b46ebd3e9771534b2c50cbd139 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Wed, 8 Dec 2004 18:29:58 -0800 Subject: [configure.ac] Comment some non obvious platforms in the target-specific case statement. Suggested and OK by dtucker@ --- ChangeLog | 6 +++++- configure.ac | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2a382e9c..4c4ba7c1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20041208 + - (tim) [configure.ac] Comment some non obvious platforms in the + target-specific case statement. Suggested and OK by dtucker@ + 20041207 - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test. @@ -1923,4 +1927,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.3599 2004/12/07 00:26:15 dtucker Exp $ +$Id: ChangeLog,v 1.3600 2004/12/09 02:29:58 tim Exp $ diff --git a/configure.ac b/configure.ac index f60bbdd27..4b40b768a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.233 2004/11/07 09:14:34 dtucker Exp $ +# $Id: configure.ac,v 1.234 2004/12/09 02:29:59 tim Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -348,12 +348,14 @@ mips-sony-bsd|mips-sony-newsos4) # Attention: always take care to bind libsocket and libnsl before libc, # otherwise you will find lots of "SIOCGPGRP errno 22" on syslog ;; +# UnixWare 1.x, UnixWare 2.x, and others based on code from Univel. *-*-sysv4.2*) AC_DEFINE(USE_PIPES) AC_DEFINE(SETEUID_BREAKS_SETUID) AC_DEFINE(BROKEN_SETREUID) AC_DEFINE(BROKEN_SETREGID) ;; +# UnixWare 7.x, OpenUNIX 8 *-*-sysv5*) AC_DEFINE(USE_PIPES) AC_DEFINE(SETEUID_BREAKS_SETUID) @@ -362,6 +364,7 @@ mips-sony-bsd|mips-sony-newsos4) ;; *-*-sysv*) ;; +# SCO UNIX and OEM versions of SCO UNIX *-*-sco3.2v4*) CPPFLAGS="$CPPFLAGS -Dftruncate=chsize" LIBS="$LIBS -los -lprot -lcrypt_i -lx -ltinfo -lm" @@ -381,6 +384,7 @@ mips-sony-bsd|mips-sony-newsos4) do_sco3_extra_lib_check=yes TEST_SHELL=ksh ;; +# SCO OpenServer 5.x *-*-sco3.2v5*) if test -z "$GCC"; then CFLAGS="$CFLAGS -belf" -- cgit v1.2.3