warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / readutmp
blob51f629002b86d3a337e417b89a7cfab354949a24
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
15 configure.ac:
16 gl_READUTMP
17 if test $ac_cv_header_utmp_h = yes || test $ac_cv_header_utmpx_h = yes; then
18   AC_LIBOBJ([readutmp])
21 Makefile.am:
23 Include:
24 "readutmp.h"
26 License:
27 GPL
29 Maintainer:
30 Jim Meyering & Paul Eggert