1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/readutmp
Bruno Haible cb26d0af58 readutmp: Move AC_LIBOBJ invocations to module description.
* m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here...
* modules/readutmp (configure.ac): ... to here.
2011-06-16 00:06:41 +02:00

31 lines
369 B
Plaintext

Description:
Read entire utmp file into memory.
Files:
lib/readutmp.h
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:
Include:
"readutmp.h"
License:
GPL
Maintainer:
Jim Meyering & Paul Eggert