mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS.
This commit is contained in:
parent
c3a47ec7ad
commit
f59041e9ac
@ -1,6 +1,6 @@
|
||||
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.
|
||||
|
||||
2000-03-01 Lars Hecking <lhecking@nmrc.ucc.ie>
|
||||
|
2
THANKS
2
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
|
||||
|
@ -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", ,
|
||||
|
@ -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", ,
|
||||
|
Loading…
Reference in New Issue
Block a user