summaryrefslogtreecommitdiff
path: root/m4/mktime.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-09-17 10:18:38 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 10:18:38 -0600
commit025fae6d61b82020179feb5c72d3747f1ce351c4 (patch)
tree20da3f5b0b4d2d8b3281ad96ba860fbf8d06e6ab /m4/mktime.m4
parent18aae5b74420237d8c827e7c68312c5b71d659dc (diff)
downloadgnulib-025fae6d61b82020179feb5c72d3747f1ce351c4.tar.gz
Take over the maintenance of some older macros from Autoconf.
* m4/error.m4 (AC_FUNC_ERROR_AT_LINE): New macro, from GNU Autoconf. * m4/lstat.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): New macro, from GNU Autoconf. * m4/memcmp.m4 (AC_FUNC_MEMCMP): New macro, from GNU Autoconf. * m4/mktime.m4 (AC_FUNC_MKTIME): Change comment. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'm4/mktime.m4')
-rw-r--r--m4/mktime.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/m4/mktime.m4 b/m4/mktime.m4
index 44b8d87885..3e3b22d40b 100644
--- a/m4/mktime.m4
+++ b/m4/mktime.m4
@@ -1,4 +1,4 @@
-# serial 15
+# serial 16
dnl Copyright (C) 2002-2003, 2005-2007, 2009-2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -7,10 +7,7 @@ dnl with or without modifications, as long as this notice is preserved.
dnl From Jim Meyering.
-# Redefine AC_FUNC_MKTIME, to fix a bug in Autoconf 2.61a and earlier.
-# This redefinition can be removed once a new version of Autoconf is assumed.
-# The redefinition is taken from
-# <http://cvs.sv.gnu.org/viewcvs/*checkout*/autoconf/autoconf/lib/autoconf/functions.m4?rev=1.119>.
+# Redefine AC_FUNC_MKTIME, because it is no longer maintained in Autoconf.
# AC_FUNC_MKTIME
# --------------
AC_DEFUN([AC_FUNC_MKTIME],