changeset 1903:f6c7d7c17884

(AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
author Jim Meyering <jim@meyering.net>
date Sun, 01 Aug 1999 09:59:45 +0000
parents 5f42040272ae
children 0f9066ea1821
files m4/mktime.m4
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/mktime.m4
+++ b/m4/mktime.m4
@@ -4,6 +4,9 @@
 dnl Check for a working mktime.
 dnl This is a preview of what should appear in the next public autoconf release.
 
+dnl Override any existing definition.
+undefine([AC_FUNC_MKTIME])
+
 AC_DEFUN(AC_FUNC_MKTIME,
 [AC_REQUIRE([AC_HEADER_TIME])dnl
 AC_CHECK_HEADERS(sys/time.h unistd.h)