Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / getloadavg
index c3fd60a1aa72e929e54d32d294c56aa4688f1ed8..b7192c30a6adc4fe734699fe692baed41891d308 100644 (file)
@@ -3,19 +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
-