X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftime_r;h=c235e08bb2ff507e5a217abc64b3adb26444175d;hb=273b8a358f8c1674ec8bf15f06cd55c21f61ddf1;hp=a0ec5cd005b570f674ca154b936d778a41d2a0ac;hpb=3ac9552429c5a500717e1d3d129c32f7d0ea37a3;p=gnulib.git diff --git a/modules/time_r b/modules/time_r index a0ec5cd00..c235e08bb 100644 --- a/modules/time_r +++ b/modules/time_r @@ -1,5 +1,5 @@ Description: -Reentrant time functions like localtime_r. +Reentrant time functions: localtime_r, gmtime_r. Files: lib/time_r.c @@ -11,6 +11,11 @@ time configure.ac: gl_TIME_R +if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then + AC_LIBOBJ([time_r]) + gl_PREREQ_TIME_R +fi +gl_TIME_MODULE_INDICATOR([time_r]) Makefile.am: @@ -18,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert