X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fstrptime;h=763dca50314ba8ac50cb965fd6d5611da3cf8176;hb=1d9d77a8330f48513aa7bc819d35f24aa18edc53;hp=690c7624134ca385072b5db0cab59c2143db9f6f;hpb=88c14dcf4d4df04f3c12f7d506484993850c55ad;p=pspp diff --git a/modules/strptime b/modules/strptime index 690c762413..763dca5031 100644 --- a/modules/strptime +++ b/modules/strptime @@ -2,28 +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_r +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" + License: -LGPL +LGPLv2+ Maintainer: glibc