Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / getloadavg
index b4dbf3c45deb63bd8ce8e44361e8822b615b3222..b7192c30a6adc4fe734699fe692baed41891d308 100644 (file)
@@ -1,15 +1,26 @@
 Description:
+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