2005-09-04 Martin Lambers <marlam@marlam.de> (tiny change)
[gnulib.git] / modules / getloadavg
index 0a67da4..b7192c3 100644 (file)
@@ -3,14 +3,24 @@ Return the current system load averages.
 
 Files:
 lib/getloadavg.c
-m4/getloadavg.m4
+lib/intprops.h
 
 Depends-on:
+cloexec
+xalloc
+c-strtod
+stdbool
+unistd-safer
 
 configure.ac:
-gl_FUNC_GETLOADAVG
+AC_FUNC_GETLOADAVG
 
 Makefile.am:
 
 Include:
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering