X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=7a572b775c8936690a8b0b0bf9ae253c1b8a0849;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index 7a572b775..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -7,14 +7,18 @@ 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" @@ -23,5 +27,4 @@ License: GPL Maintainer: -Jim Meyering - +Jim Meyering & Paul Eggert