posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / readutmp
blobe88897c999a9ffd8141dc7d8f65fafd922a8ece8
1 Description:
2 Read entire utmp file into memory.
4 Files:
5 lib/readutmp.h
6 lib/readutmp.c
7 m4/readutmp.m4
9 Depends-on:
10 extensions
11 xalloc
12 stdbool
13 stdint
14 fopen-gnu
16 configure.ac:
17 gl_READUTMP
18 if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
19   AC_LIBOBJ([readutmp])
22 Makefile.am:
24 Include:
25 "readutmp.h"
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering & Paul Eggert