doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / gettimeofday
index f867387..b4bdcc3 100644 (file)
@@ -1,16 +1,28 @@
 Description:
+gettimeofday() function: return current time.
 
 Files:
 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:
 
 Include:
 <sys/time.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Paul Eggert, Jim Meyering