]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fixed a mistake in ChangeLog, and moved a few more addresses from acspecific to THANKS.
authorAkim Demaille <akim@epita.fr>
Wed, 1 Mar 2000 15:54:37 +0000 (15:54 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 1 Mar 2000 15:54:37 +0000 (15:54 +0000)
ChangeLog
THANKS
acspecific.m4
lib/autoconf/specific.m4

index 1d1c450cd982e7cd69217e33bbdae637edaffac7..793be1a6fb7d6f1eccd4d090939572f2cd88ceba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/THANKS b/THANKS
index 5895959bd9bc387ce69e776b6774daff2a6f7ba2..80218e1773c7c0ff441f30eccdbf7de7dda21c46 100644 (file)
--- 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
index 98c8bac1cfdc25b7187dd3baa1a4381e17dfca25..828d7ffa84837f4978690e7cf2ac4dc60bd3688b 100644 (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,
     # 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", ,
index 98c8bac1cfdc25b7187dd3baa1a4381e17dfca25..828d7ffa84837f4978690e7cf2ac4dc60bd3688b 100644 (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,
     # 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", ,