memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / time_r
index da3279a0b2c2e3665c6801e40a3dbd2c66208c49..c7874a91dc6550af8a358b325d63a8f0ca4f07fd 100644 (file)
@@ -1,26 +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
-restrict
+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:
-LGPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert