summaryrefslogtreecommitdiff
path: root/m4/time_r.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-04-12 07:11:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-04-12 07:11:52 +0000
commitf666da6f326316ebb4d55ff257f32492ad10e843 (patch)
tree97bd74ac8bc8dfe35b557402ff0f4e05b67643ca /m4/time_r.m4
parent1ff52c6a545a70c75da53e8d5c2600e84327c802 (diff)
downloadcoreutils-f666da6f326316ebb4d55ff257f32492ad10e843.tar.xz
(gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
Diffstat (limited to 'm4/time_r.m4')
-rw-r--r--m4/time_r.m43
1 files changed, 2 insertions, 1 deletions
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])