X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=a90c7558ac078a459cb204f5140ed74e16c65ed6;hp=64214da6c1af1f43976d17c7a646e9becf1567c4;hpb=32865888475678304ea91322b587eee043bb06ad;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index 64214da6c..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -7,10 +7,16 @@ 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: @@ -21,4 +27,4 @@ License: GPL Maintainer: -Jim Meyering +Jim Meyering & Paul Eggert