X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrptime;h=a69d583db82c5bd3ed8c6dc264270559c6e31431;hb=e7086a9a301ffcfef17edbcba9e7c0312c33f7a8;hp=aecfd36dd64ccd7103b597869f5e87eb1b9eeaa3;hpb=8a668ba3e691cb4260fd5256c141ab6e7ad24a2b;p=gnulib.git diff --git a/modules/strptime b/modules/strptime index aecfd36dd..a69d583db 100644 --- a/modules/strptime +++ b/modules/strptime @@ -1,27 +1,35 @@ Description: -convert a string representation of time to a time tm structure +Convert a string representation of time to a tm structure. Files: lib/strptime.c -lib/strptime.h m4/strptime.m4 +m4/tm_gmtoff.m4 Depends-on: -sys_time -string -strcase +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 +if test $HAVE_STRPTIME = 0; then + AC_LIBOBJ([strptime]) + gl_PREREQ_STRPTIME +fi +gl_TIME_MODULE_INDICATOR([strptime]) Makefile.am: Include: -"strptime.h" + License: -LGPL +LGPLv2+ Maintainer: glibc -