doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / timegm
index 90218bf..0ec9d65 100644 (file)
@@ -2,25 +2,30 @@ Description:
 Convert calendar time to simple time, inverse of mktime.
 
 Files:
-lib/timegm.h
+lib/mktime-internal.h
 lib/timegm.c
 m4/timegm.m4
 
 Depends-on:
-mktime
-time_r
+time
+mktime-internal [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]
+time_r          [test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1]
 
 configure.ac:
 gl_FUNC_TIMEGM
+if test $HAVE_TIMEGM = 0 || test $REPLACE_TIMEGM = 1; then
+  AC_LIBOBJ([timegm])
+  gl_PREREQ_TIMEGM
+fi
+gl_TIME_MODULE_INDICATOR([timegm])
 
 Makefile.am:
-EXTRA_DIST += timegm.h timegm.c
 
 Include:
-"timegm.h"
+<time.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc