X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Freadutmp;h=51f629002b86d3a337e417b89a7cfab354949a24;hb=f61c11e448791a8977beeb8dcd52bfee225e3ca0;hp=8c4f84747db0f27c054f04bf4e6ab8ad483cb1a8;hpb=929af18645255344bf1e4dc4f1c65cca195488bb;p=gnulib.git diff --git a/modules/readutmp b/modules/readutmp index 8c4f84747..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: