From: Akim Demaille Date: Wed, 1 Mar 2000 15:54:37 +0000 (+0000) Subject: Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS. X-Git-Tag: autoconf-2.50~1106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f59041e9ac4c3db438c2f40abdd8f9fbc880bc23;p=thirdparty%2Fautoconf.git Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS. --- diff --git a/ChangeLog b/ChangeLog index 1d1c450cd..793be1a6f 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 5895959bd..80218e177 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 98c8bac1c..828d7ffa8 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 98c8bac1c..828d7ffa8 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", ,