- (bal) Added USE_PIPS defined to NeXT configure.in since scp hangs randomly.

- (bal) Apply fixes to configure.in pointed out by Pavel Roskin
   <proski@gnu.org>
This commit is contained in:
Ben Lindstrom 2000-10-25 16:55:00 +00:00
Родитель df1b6452ee
Коммит 76020ba5c0
3 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -57,6 +57,7 @@ Martin Johansson <fatbob@acc.umu.se> - Linux fixes
Mark Miller <markm@swoon.net> - Bugfixes
Matt Richards <v2matt@btv.ibm.com> - AIX patches
Michael Stone <mstone@cs.loyola.edu> - Irix enhancements
Nakaji Hiroyuki <nakaji@tutrp.tut.ac.jp> - Sony News-OS patch
Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
Nate Itkin <nitkin@europa.com> - SunOS 4.1.x fixes
Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches

Просмотреть файл

@ -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
<proski@gnu.org>
20001020
- (djm) Don't define _REENTRANT for SNI/Reliant Unix

Просмотреть файл

@ -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