X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=dbf55f6694dbf710b44e3ae76a46fd8b8f993f7c;hp=59200eba929b2ed1458d2554cc8d2912146b870f;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index 59200eba9..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -7,15 +7,24 @@ lib/readutmp.c m4/readutmp.m4 Depends-on: +extensions xalloc -unlocked-io +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: -lib_SOURCES += readutmp.h Include: "readutmp.h" +License: +GPL + +Maintainer: +Jim Meyering & Paul Eggert