X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ftimegm;h=91623cf75bec42318b3781d2f3cdc503b75dab09;hb=b4c2b236d0007a7f9226e6ccef82e9e37bdb2b3a;hp=f5c0a2d5ef9bacc44929f3cc6c700d22339f11a3;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/timegm b/modules/timegm index f5c0a2d5e..91623cf75 100644 --- a/modules/timegm +++ b/modules/timegm @@ -2,25 +2,26 @@ Description: Convert calendar time to simple time, inverse of mktime. Files: -lib/timegm.h +lib/mktime-internal.h lib/timegm.c m4/timegm.m4 Depends-on: mktime +time time_r configure.ac: gl_FUNC_TIMEGM +gl_TIME_MODULE_INDICATOR([timegm]) Makefile.am: -lib_SOURCES += timegm.h Include: -"timegm.h" + License: -LGPL +LGPLv2+ Maintainer: all, glibc