X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrptime;h=a69d583db82c5bd3ed8c6dc264270559c6e31431;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=866562f5113955e2f21e4068cb2cc293cd007146;hpb=0730a6cdc74a97b1b5b507c0be6116cc0967c056;p=gnulib.git diff --git a/modules/strptime b/modules/strptime index 866562f51..a69d583db 100644 --- a/modules/strptime +++ b/modules/strptime @@ -2,27 +2,34 @@ 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 +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 -