floorl: Respect rules for use of AC_LIBOBJ.
[pspp] / modules / strptime
index 866562f5113955e2f21e4068cb2cc293cd007146..763dca50314ba8ac50cb965fd6d5611da3cf8176 100644 (file)
@@ -2,27 +2,30 @@ Description:
 Convert a string representation of time to a tm structure.
 
 Files:
-lib/strptime.h
 lib/strptime.c
 m4/strptime.m4
+m4/tm_gmtoff.m4
 
 Depends-on:
-sys_time
-string
-strcase
-stdbool
+time
+extensions
+sys_time        [test $HAVE_STRPTIME = 0]
+string          [test $HAVE_STRPTIME = 0]
+strcase         [test $HAVE_STRPTIME = 0]
+stdbool         [test $HAVE_STRPTIME = 0]
+time_r          [test $HAVE_STRPTIME = 0]
 
 configure.ac:
 gl_FUNC_STRPTIME
+gl_TIME_MODULE_INDICATOR([strptime])
 
 Makefile.am:
 
 Include:
-"strptime.h"
+<time.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 glibc
-