summaryrefslogtreecommitdiff
path: root/m4/mktime.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-09-06 21:34:07 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-09-06 21:34:07 +0000
commit7b224479dcac36108cbf435aff9b45767143ed25 (patch)
tree47f6922e9be9b9870e9139ec3863c21eb87ab0a3 /m4/mktime.m4
parent346048a288f00c94a93f05e0de073695dedb4325 (diff)
downloadgnulib-7b224479dcac36108cbf435aff9b45767143ed25.tar.gz
Add time_r module. Change timegm, mktime, and strftime to use localtime_r
and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
Diffstat (limited to 'm4/mktime.m4')
-rw-r--r--m4/mktime.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/mktime.m4 b/m4/mktime.m4
index 2131cff4fb..739757b6a2 100644
--- a/m4/mktime.m4
+++ b/m4/mktime.m4
@@ -1,4 +1,4 @@
-# mktime.m4 serial 2
+# mktime.m4 serial 3
dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -201,5 +201,4 @@ AC_DEFUN([gl_FUNC_MKTIME],
# Prerequisites of lib/mktime.c.
AC_DEFUN([gl_PREREQ_MKTIME], [
AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS_ONCE(limits.h)
])