]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
- AC_FUNC_GETLOADAVG now has an optional argument specifying the directory
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2002 19:43:55 +0000 (19:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2002 19:43:55 +0000 (19:43 +0000)
  that contains getloadavg.c, and it tests whether getloadavg.c exists.

NEWS

diff --git a/NEWS b/NEWS
index 2dc03720c3124e43c8d12bad3cb71d19c57dbcf7..830ca03a27a8a5dd5b9c9a1533c88596129b6545 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@
 
 ** Macros
 
+- AC_FUNC_GETLOADAVG now has an optional argument specifying the directory
+  that contains getloadavg.c, and it tests whether getloadavg.c exists.
 - AC_PROG_CC_STDC is integrated into AC_PROG_CC.
 
 ** Bug fixes