roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
[pspp] / modules / readutmp
index 864082a5a29cfbfdba755f813603358e55027bfd..51f629002b86d3a337e417b89a7cfab354949a24 100644 (file)
@@ -7,18 +7,24 @@ lib/readutmp.c
 m4/readutmp.m4
 
 Depends-on:
+extensions
 xalloc
-unlocked-io
+stdbool
+stdint
 
 configure.ac:
 gl_READUTMP
+if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
+  AC_LIBOBJ([readutmp])
+fi
 
 Makefile.am:
-lib_SOURCES += readutmp.h
 
 Include:
 "readutmp.h"
 
-Maintainer:
-Jim Meyering
+License:
+GPL
 
+Maintainer:
+Jim Meyering & Paul Eggert