gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / strftime
index 1aa258a..451e565 100644 (file)
@@ -4,13 +4,13 @@ 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:
+extensions
+stdbool
 time_r
-tzset
 
 configure.ac:
 gl_FUNC_GNU_STRFTIME
@@ -19,8 +19,10 @@ Makefile.am:
 lib_SOURCES += strftime.c
 
 Include:
-<time.h>
+"strftime.h"
 
-Maintainer:
-glibc
+License:
+LGPL
 
+Maintainer:
+Jim Meyering, glibc