X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=929bd53a6d2863c97bd3eb371f4693c39540bcb5;hp=48014ac79fb493208d161d565b8d3099f7e44491;hpb=6a3461008c0456c868d922d18ba1febb35c5c7b2;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index 48014ac79..51f629002 100644 --- a/modules/readutmp +++ b/modules/readutmp @@ -7,12 +7,16 @@ lib/readutmp.c m4/readutmp.m4 Depends-on: +extensions xalloc -free 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: @@ -23,4 +27,4 @@ License: GPL Maintainer: -Jim Meyering +Jim Meyering & Paul Eggert