doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / gettimeofday
index 82018f9..b4bdcc3 100644 (file)
@@ -6,19 +6,23 @@ lib/gettimeofday.c
 m4/gettimeofday.m4
 
 Depends-on:
+sys_time
 
 configure.ac:
-AC_FUNC_GETTIMEOFDAY_CLOBBER
+gl_FUNC_GETTIMEOFDAY
+if test $HAVE_GETTIMEOFDAY = 0 || test $REPLACE_GETTIMEOFDAY = 1; then
+  AC_LIBOBJ([gettimeofday])
+  gl_PREREQ_GETTIMEOFDAY
+fi
+gl_SYS_TIME_MODULE_INDICATOR([gettimeofday])
 
 Makefile.am:
-EXTRA_DIST += gettimeofday.c
 
 Include:
 <sys/time.h>
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
-
+Paul Eggert, Jim Meyering