doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / strftime
index 7abe420..451e565 100644 (file)
@@ -4,19 +4,19 @@ nstrftime() function: convert date and time to string, with GNU extensions.
 Files:
 lib/strftime.h
 lib/strftime.c
-m4/mbstate_t.m4
 m4/tm_gmtoff.m4
 m4/strftime.m4
 
 Depends-on:
-time_r
-tzset
+extensions
 stdbool
+time_r
 
 configure.ac:
 gl_FUNC_GNU_STRFTIME
 
 Makefile.am:
+lib_SOURCES += strftime.c
 
 Include:
 "strftime.h"
@@ -25,4 +25,4 @@ License:
 LGPL
 
 Maintainer:
-glibc
+Jim Meyering, glibc