X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ftime_r.m4;h=8146f085c984c5e1ef635560e4098cad1cc6ceba;hb=31507e5ef8d0839ae990c00c08289803301c93fc;hp=42ba66c843d6a65838e7057b416bef3e899d38a8;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/time_r.m4 b/m4/time_r.m4 index 42ba66c84..8146f085c 100644 --- a/m4/time_r.m4 +++ b/m4/time_r.m4 @@ -1,6 +1,6 @@ dnl Reentrant time functions like localtime_r. -dnl Copyright (C) 2003 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -9,6 +9,7 @@ dnl Written by Paul Eggert. AC_DEFUN([gl_TIME_R], [ + AC_LIBSOURCES([time_r.c, time_r.h]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) AC_REQUIRE([gl_C_RESTRICT])