Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS.

This commit is contained in:
Akim Demaille 2000-03-01 15:54:37 +00:00
parent c3a47ec7ad
commit f59041e9ac
4 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,6 @@
2000-03-01 Akim Demaille <akim@epita.fr> 2000-03-01 Akim Demaille <akim@epita.fr>
* acspecific.m4: Removed a few addresses, the correspondence is... * acspecific.m4: Removed a few addresses, the map is...
* THANKS: here. * THANKS: here.
2000-03-01 Lars Hecking <lhecking@nmrc.ucc.ie> 2000-03-01 Lars Hecking <lhecking@nmrc.ucc.ie>

2
THANKS
View File

@ -15,6 +15,7 @@ Bill Sommerfeld sommerfeld@apollo.hp.com
Bob Friesenhahn bfriesen@simple.dallas.tx.us Bob Friesenhahn bfriesen@simple.dallas.tx.us
Bruno Haible haible@ilog.fr Bruno Haible haible@ilog.fr
Carl Edman cedman@princeton.edu Carl Edman cedman@princeton.edu
Chad R. Larson chad@anasazi.com
Chris P. Ross cross@uu.net Chris P. Ross cross@uu.net
Chris Provenzano proven@cygnus.com Chris Provenzano proven@cygnus.com
Christian Krone krischan@sql.de Christian Krone krischan@sql.de
@ -90,6 +91,7 @@ Roland McGrath roland@gnu.org
Ryuji Abe raeva@t3.rim.or.jp Ryuji Abe raeva@t3.rim.or.jp
Scott Bambrough scottb@corelcomputer.com Scott Bambrough scottb@corelcomputer.com
Scott Stanton stanton@scriptics.com Scott Stanton stanton@scriptics.com
Simon Leinen simon@lia.di.epfl.ch
Stephen Gildea gildea@alum.mit.edu Stephen Gildea gildea@alum.mit.edu
Steve Chamberlain sac@cygnus.com Steve Chamberlain sac@cygnus.com
Steven G. Johnson stevenj@alum.mit.edu Steven G. Johnson stevenj@alum.mit.edu

View File

@ -3385,7 +3385,7 @@ dnl FIXME: banish uname from this macro!
# msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
# to get the SysV transport functions. # to get the SysV transport functions.
# chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
# needs -lnsl. # needs -lnsl.
# The nsl library prevents programs from opening the X display # The nsl library prevents programs from opening the X display
# on Irix 5.2, according to T.E. Dickey. # on Irix 5.2, according to T.E. Dickey.
@ -3402,10 +3402,10 @@ dnl FIXME: banish uname from this macro!
# lieder@skyler.mavd.honeywell.com says without -lsocket, # lieder@skyler.mavd.honeywell.com says without -lsocket,
# socket/setsockopt and other routines are undefined under SCO ODT # socket/setsockopt and other routines are undefined under SCO ODT
# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
# on later versions), says simon@lia.di.epfl.ch: it contains # on later versions), says Simon Leinen: it contains gethostby*
# gethostby* variants that don't use the nameserver (or something). # variants that don't use the nameserver (or something). -lsocket
# -lsocket must be given before -lnsl if both are needed. # must be given before -lnsl if both are needed. We assume that
# We assume that if connect needs -lnsl, so does gethostbyname. # if connect needs -lnsl, so does gethostbyname.
AC_CHECK_FUNC(connect) AC_CHECK_FUNC(connect)
if test $ac_cv_func_connect = no; then if test $ac_cv_func_connect = no; then
AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", , AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,

View File

@ -3385,7 +3385,7 @@ dnl FIXME: banish uname from this macro!
# msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
# to get the SysV transport functions. # to get the SysV transport functions.
# chad@anasazi.com says the Pyramis MIS-ES running DC/OSx (SVR4) # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
# needs -lnsl. # needs -lnsl.
# The nsl library prevents programs from opening the X display # The nsl library prevents programs from opening the X display
# on Irix 5.2, according to T.E. Dickey. # on Irix 5.2, according to T.E. Dickey.
@ -3402,10 +3402,10 @@ dnl FIXME: banish uname from this macro!
# lieder@skyler.mavd.honeywell.com says without -lsocket, # lieder@skyler.mavd.honeywell.com says without -lsocket,
# socket/setsockopt and other routines are undefined under SCO ODT # socket/setsockopt and other routines are undefined under SCO ODT
# 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
# on later versions), says simon@lia.di.epfl.ch: it contains # on later versions), says Simon Leinen: it contains gethostby*
# gethostby* variants that don't use the nameserver (or something). # variants that don't use the nameserver (or something). -lsocket
# -lsocket must be given before -lnsl if both are needed. # must be given before -lnsl if both are needed. We assume that
# We assume that if connect needs -lnsl, so does gethostbyname. # if connect needs -lnsl, so does gethostbyname.
AC_CHECK_FUNC(connect) AC_CHECK_FUNC(connect)
if test $ac_cv_func_connect = no; then if test $ac_cv_func_connect = no; then
AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", , AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,