mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / time_r
index 958f1ca8b82127b102dd5d62c2edcf8dc99eb66d..c7874a91dc6550af8a358b325d63a8f0ca4f07fd 100644 (file)
@@ -1,23 +1,25 @@
 Description:
-Reentrant time functions like localtime_r.
+Reentrant time functions: localtime_r, gmtime_r.
 
 Files:
 lib/time_r.c
-lib/time_r.h
 m4/time_r.m4
 
 Depends-on:
 extensions
+time
 
 configure.ac:
 gl_TIME_R
+gl_TIME_MODULE_INDICATOR([time_r])
 
 Makefile.am:
-lib_SOURCES += time_r.h
 
 Include:
-<time_r.h>
+<time.h>
+
+License:
+LGPLv2+
 
 Maintainer:
 Paul Eggert
-