From 76020ba5c0360b9e9adf619d4249f82d1e3b83b6 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 25 Oct 2000 16:55:00 +0000 Subject: [PATCH] - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly. - (bal) Apply fixes to configure.in pointed out by Pavel Roskin --- CREDITS | 1 + ChangeLog | 3 +++ configure.in | 5 +++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CREDITS b/CREDITS index 809778802..139f61717 100644 --- a/CREDITS +++ b/CREDITS @@ -57,6 +57,7 @@ Martin Johansson - Linux fixes Mark Miller - Bugfixes Matt Richards - AIX patches Michael Stone - Irix enhancements +Nakaji Hiroyuki - Sony News-OS patch Nalin Dahyabhai - PAM environment patch Nate Itkin - SunOS 4.1.x fixes Niels Kristian Bech Jensen - Assorted patches diff --git a/ChangeLog b/ChangeLog index d493affb6..b4922091a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ - (djm) Added WARNING.RNG file and modified configure to ask users of the builtin entropy code to read it. - (djm) Prefer builtin regex to PCRE. + - (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly. + - (bal) Apply fixes to configure.in pointed out by Pavel Roskin + 20001020 - (djm) Don't define _REENTRANT for SNI/Reliant Unix diff --git a/configure.in b/configure.in index 90e75bef4..5a30819b4 100644 --- a/configure.in +++ b/configure.in @@ -138,6 +138,7 @@ mips-sony-bsd|mips-sony-newsos4) MAIL=/usr/spool/mail AC_DEFINE(HAVE_NEXT) AC_DEFINE(BROKEN_REALPATH) + AC_DEFINE(USE_PIPES) CFLAGS="$CFLAGS -I/usr/local/include" ;; *-*-solaris*) @@ -916,7 +917,7 @@ AC_ARG_WITH(rsh, AC_ARG_WITH(xauth, [ --with-xauth=PATH Specify path to xauth program ], [ - if test "x$withval" != "$xno" ; then + if test "x$withval" != "xno" ; then xauth_path=$withval fi ], @@ -1082,7 +1083,7 @@ AC_ARG_WITH(afs, [ if test "x$withval" != "xno" ; then - if test "x$withval" != "$xyes" ; then + if test "x$withval" != "xyes" ; then CFLAGS="$CFLAGS -I${withval}/include" LFLAGS="$LFLAGS -L${withval}/lib" fi