mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
* 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.
This commit is contained in:
parent
9da19886af
commit
0f6e2f118e
@ -11,6 +11,15 @@
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user