NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / readutmp
index 64214da..51f6290 100644 (file)
@@ -7,10 +7,16 @@ lib/readutmp.c
 m4/readutmp.m4
 
 Depends-on:
+extensions
 xalloc
+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:
 
@@ -21,4 +27,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Jim Meyering & Paul Eggert