]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acspecific.m4: Removed a few addresses, the correspondence is...
authorAkim Demaille <akim@epita.fr>
Wed, 1 Mar 2000 12:29:26 +0000 (12:29 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 1 Mar 2000 12:29:26 +0000 (12:29 +0000)
* THANKS: here.

ChangeLog
THANKS
acspecific.m4
lib/autoconf/specific.m4

index d051f7a03727643c6bc5584cf8d90b183b983914..1d1c450cd982e7cd69217e33bbdae637edaffac7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-01  Akim Demaille  <akim@epita.fr>
+
+       * acspecific.m4: Removed a few addresses, the correspondence is...
+       * THANKS: here.
+
 2000-03-01  Lars Hecking  <lhecking@nmrc.ucc.ie>
 
        * acspecific.m4 (AC_PATH_XTRA): On LynxOS 3.0.1/i386,
diff --git a/THANKS b/THANKS
index d8375be6146f0be5c52c6f1fb513b49cb92c0404..5895959bd9bc387ce69e776b6774daff2a6f7ba2 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -103,6 +103,7 @@ Tom Lane            tgl@sss.pgh.pa.us
 Tom Purcell            Tom.Purcell@wang.com
 Tom Tromey             tromey@cygnus.com
 Tom Yu                 tlyu@mit.edu
+Tony Leneis            tony@plaza.ds.adp.com
 Viktor Dukhovni                viktor@anaheim.esm.com
 Volker Borchert                bt@teknon.de
 Wilfredo Sanchez       wsanchez@apple.com
index 19044962c4ba3186da2063bee6fe22edb986b5aa..98c8bac1cfdc25b7187dd3baa1a4381e17dfca25 100644 (file)
@@ -65,7 +65,7 @@
 # Idea borrowed from dist 3.0.
 AC_DEFUN(_AC_PROG_ECHO,
 [if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
-  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
+  # Stardent Vistra SVR4 grep lacks -e, says Kaveh R. Ghazi.
   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
     ECHO_N= ECHO_C='
 ' ECHO_T='     '
@@ -1868,7 +1868,7 @@ else
 fi # Do not have getloadavg in system libraries.
 
 # Some definitions of getloadavg require that the program be installed setgid.
-dnl FIXME Don't hardwire the path of getloadavg.c in the top-level directory.
+dnl FIXME: Don't hardwire the path of getloadavg.c in the top-level directory.
 AC_CACHE_CHECK(whether getloadavg requires setgid,
   ac_cv_func_getloadavg_setgid,
 [AC_EGREP_CPP([Yowza Am I SETGID yet],
@@ -2002,8 +2002,7 @@ AC_CHECK_HEADERS(sys/time.h unistd.h)
 AC_CHECK_FUNCS(alarm)
 AC_CACHE_CHECK([for working mktime], ac_cv_func_working_mktime,
 [AC_TRY_RUN(
-[/* Test program from Paul Eggert (eggert@twinsun.com)
-   and Tony Leneis (tony@plaza.ds.adp.com).  */
+[/* Test program from Paul Eggert and Tony Leneis.  */
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
@@ -2699,11 +2698,10 @@ AC_SUBST(OBJEXT)])
 # "AC_F77_LIBRARY_LDFLAGS" was created to determine these Fortran 77
 # libraries.
 #
-# This macro was packaged in its current form by Matthew D. Langston
-# <langston@SLAC.Stanford.EDU>.  However, nearly all of this macro
-# came from the "OCTAVE_FLIBS" macro in "octave-2.0.13/aclocal.m4",
-# and full credit should go to John W. Eaton for writing this
-# extremely useful macro.  Thank you John.
+# This macro was packaged in its current form by Matthew D. Langston.
+# However, nearly all of this macro came from the "OCTAVE_FLIBS" macro
+# in "octave-2.0.13/aclocal.m4", and full credit should go to John
+# W. Eaton for writing this extremely useful macro.  Thank you John.
 AC_DEFUN(AC_F77_LIBRARY_LDFLAGS,
 [AC_CACHE_CHECK([for Fortran 77 libraries],
                  ac_cv_flibs,
index 19044962c4ba3186da2063bee6fe22edb986b5aa..98c8bac1cfdc25b7187dd3baa1a4381e17dfca25 100644 (file)
@@ -65,7 +65,7 @@
 # Idea borrowed from dist 3.0.
 AC_DEFUN(_AC_PROG_ECHO,
 [if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
-  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
+  # Stardent Vistra SVR4 grep lacks -e, says Kaveh R. Ghazi.
   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
     ECHO_N= ECHO_C='
 ' ECHO_T='     '
@@ -1868,7 +1868,7 @@ else
 fi # Do not have getloadavg in system libraries.
 
 # Some definitions of getloadavg require that the program be installed setgid.
-dnl FIXME Don't hardwire the path of getloadavg.c in the top-level directory.
+dnl FIXME: Don't hardwire the path of getloadavg.c in the top-level directory.
 AC_CACHE_CHECK(whether getloadavg requires setgid,
   ac_cv_func_getloadavg_setgid,
 [AC_EGREP_CPP([Yowza Am I SETGID yet],
@@ -2002,8 +2002,7 @@ AC_CHECK_HEADERS(sys/time.h unistd.h)
 AC_CHECK_FUNCS(alarm)
 AC_CACHE_CHECK([for working mktime], ac_cv_func_working_mktime,
 [AC_TRY_RUN(
-[/* Test program from Paul Eggert (eggert@twinsun.com)
-   and Tony Leneis (tony@plaza.ds.adp.com).  */
+[/* Test program from Paul Eggert and Tony Leneis.  */
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
@@ -2699,11 +2698,10 @@ AC_SUBST(OBJEXT)])
 # "AC_F77_LIBRARY_LDFLAGS" was created to determine these Fortran 77
 # libraries.
 #
-# This macro was packaged in its current form by Matthew D. Langston
-# <langston@SLAC.Stanford.EDU>.  However, nearly all of this macro
-# came from the "OCTAVE_FLIBS" macro in "octave-2.0.13/aclocal.m4",
-# and full credit should go to John W. Eaton for writing this
-# extremely useful macro.  Thank you John.
+# This macro was packaged in its current form by Matthew D. Langston.
+# However, nearly all of this macro came from the "OCTAVE_FLIBS" macro
+# in "octave-2.0.13/aclocal.m4", and full credit should go to John
+# W. Eaton for writing this extremely useful macro.  Thank you John.
 AC_DEFUN(AC_F77_LIBRARY_LDFLAGS,
 [AC_CACHE_CHECK([for Fortran 77 libraries],
                  ac_cv_flibs,