doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / readutmp
index 4a778b8..51f6290 100644 (file)
@@ -10,9 +10,13 @@ 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: