doc: Document our conventions for *.m4 files.
[gnulib.git] / modules / readutmp
blob469a7c22561e32b706e6dbcb64dea98eced0b763
1 Description:
2 Read entire utmp file into memory.
4 Files:
5 lib/readutmp.h
6 lib/readutmp.c
7 lib/boot-time-aux.h
8 m4/readutmp.m4
9 m4/systemd.m4
11 Depends-on:
12 extensions
13 idx
14 stat-time
15 stdbool
16 stdint
17 strnlen
18 time-h
19 unlocked-io-internal
20 xalloc
22 configure.ac:
23 gl_READUTMP
25 Makefile.am:
26 lib_SOURCES += readutmp.c
28 Include:
29 "readutmp.h"
31 Link:
32 $(READUTMP_LIB)
34 License:
35 GPL
37 Maintainer:
38 Jim Meyering & Paul Eggert