string: Remove unused substitution.
[gnulib.git] / modules / getloadavg
index b4dbf3c..7865b8f 100644 (file)
@@ -1,15 +1,30 @@
 Description:
+Return the current system load averages.
 
 Files:
 lib/getloadavg.c
 m4/getloadavg.m4
 
 Depends-on:
+c-strtod
+cloexec
+extensions
+fcntl-safer
+intprops
+stdbool
+stdlib
 
 configure.ac:
-gl_FUNC_GETLOADAVG
+gl_GETLOADAVG([$gl_source_base])
+gl_STDLIB_MODULE_INDICATOR([getloadavg])
 
 Makefile.am:
 
 Include:
+<stdlib.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering