X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrptime;h=a69d583db82c5bd3ed8c6dc264270559c6e31431;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=799170a3a8b3bfc13d8622b855e9036b9bba85fd;hpb=3ac9552429c5a500717e1d3d129c32f7d0ea37a3;p=gnulib.git diff --git a/modules/strptime b/modules/strptime index 799170a3a..a69d583db 100644 --- a/modules/strptime +++ b/modules/strptime @@ -7,16 +7,21 @@ m4/strptime.m4 m4/tm_gmtoff.m4 Depends-on: -extensions -sys_time -string -strcase -stdbool time -time_r +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: @@ -24,7 +29,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: glibc