Avoid the need for AC_LIBSOURCES in m4 macros.
[gnulib.git] / modules / readutmp
1 Description:
2 Read entire utmp file into memory.
3
4 Files:
5 lib/readutmp.h
6 lib/readutmp.c
7 m4/readutmp.m4
8
9 Depends-on:
10 xalloc
11 free
12 stdbool
13
14 configure.ac:
15 gl_READUTMP
16
17 Makefile.am:
18 EXTRA_DIST += readutmp.h
19
20 Include:
21 "readutmp.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering & Paul Eggert