X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ftime_r;h=c235e08bb2ff507e5a217abc64b3adb26444175d;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=8349bcf4a9301b0c58d304162641d6081151b91f;hpb=89861a8be877136ea47794016b00a5a095c30ea4;p=gnulib.git diff --git a/modules/time_r b/modules/time_r index 8349bcf4a..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: