]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 May 2002 22:31:14 +0000 (22:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 8 May 2002 22:31:14 +0000 (22:31 +0000)
argument specifying location of getloadavg.c.  This removes a
FIXME.  This idea was taken from Jim Meyering's implementation in
textutils.
* doc/autoconf.texi (Particular Functions): Document this.
Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
that's what the code does; this fixes a bug reported by
Paul D. Smith.

ChangeLog

index b13a9939884a8e2834a25fe8d46934fdbc8503a6..566d72597215a44e8a0f25c1fd441bffe61d0dd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        check, assume that setvbuf is standard when cross-compiling, as
        nonstandard setvbuf occurs only on ancient and unlikely hosts.
        Bug reported by Paul D. Smith.
+
+       * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional
+       argument specifying location of getloadavg.c.  This removes a
+       FIXME.  This idea was taken from Jim Meyering's implementation in
+       textutils.
+       * doc/autoconf.texi (Particular Functions): Document this.
+       Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since
+       that's what the code does; this fixes a bug reported by
+       Paul D. Smith.
        
 2002-05-03  Akim Demaille  <akim@epita.fr>