(AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
authorJim Meyering <jim@meyering.net>
Sun, 1 Aug 1999 09:59:45 +0000 (09:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Aug 1999 09:59:45 +0000 (09:59 +0000)
m4/mktime.m4

index 085cf7e..6df253b 100644 (file)
@@ -4,6 +4,9 @@ dnl From Paul Eggert
 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)