X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=929bd53a6d2863c97bd3eb371f4693c39540bcb5;hp=854b56fe80bad492b7f3c4476d33116bdc68bb8f;hpb=917752adb19961999cd68c6c961efffe33c85141;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index 854b56fe8..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -7,13 +7,18 @@ 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: -lib_SOURCES += readutmp.h Include: "readutmp.h" @@ -22,5 +27,4 @@ License: GPL Maintainer: -Jim Meyering - +Jim Meyering & Paul Eggert