diff --git a/ChangeLog b/ChangeLog index 1d1c450c..793be1a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2000-03-01 Akim Demaille - * acspecific.m4: Removed a few addresses, the correspondence is... + * acspecific.m4: Removed a few addresses, the map is... * THANKS: here. 2000-03-01 Lars Hecking diff --git a/THANKS b/THANKS index 5895959b..80218e17 100644 --- a/THANKS +++ b/THANKS @@ -15,6 +15,7 @@ Bill Sommerfeld sommerfeld@apollo.hp.com Bob Friesenhahn bfriesen@simple.dallas.tx.us Bruno Haible haible@ilog.fr Carl Edman cedman@princeton.edu +Chad R. Larson chad@anasazi.com Chris P. Ross cross@uu.net Chris Provenzano proven@cygnus.com Christian Krone krischan@sql.de @@ -90,6 +91,7 @@ Roland McGrath roland@gnu.org Ryuji Abe raeva@t3.rim.or.jp Scott Bambrough scottb@corelcomputer.com Scott Stanton stanton@scriptics.com +Simon Leinen simon@lia.di.epfl.ch Stephen Gildea gildea@alum.mit.edu Steve Chamberlain sac@cygnus.com Steven G. Johnson stevenj@alum.mit.edu diff --git a/acspecific.m4 b/acspecific.m4 index 98c8bac1..828d7ffa 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -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, # 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. # The nsl library prevents programs from opening the X display # 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, # socket/setsockopt and other routines are undefined under SCO ODT # 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 - # gethostby* variants that don't use the nameserver (or something). - # -lsocket must be given before -lnsl if both are needed. - # We assume that if connect needs -lnsl, so does gethostbyname. + # on later versions), says Simon Leinen: it contains gethostby* + # variants that don't use the nameserver (or something). -lsocket + # must be given before -lnsl if both are needed. We assume that + # if connect needs -lnsl, so does gethostbyname. AC_CHECK_FUNC(connect) if test $ac_cv_func_connect = no; then AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", , diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 98c8bac1..828d7ffa 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -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, # 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. # The nsl library prevents programs from opening the X display # 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, # socket/setsockopt and other routines are undefined under SCO ODT # 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 - # gethostby* variants that don't use the nameserver (or something). - # -lsocket must be given before -lnsl if both are needed. - # We assume that if connect needs -lnsl, so does gethostbyname. + # on later versions), says Simon Leinen: it contains gethostby* + # variants that don't use the nameserver (or something). -lsocket + # must be given before -lnsl if both are needed. We assume that + # if connect needs -lnsl, so does gethostbyname. AC_CHECK_FUNC(connect) if test $ac_cv_func_connect = no; then AC_CHECK_LIB(socket, connect, X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS", ,