From: Jim Meyering Date: Sun, 1 Aug 1999 09:59:45 +0000 (+0000) Subject: (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad45ed8270dc07ce8843ec964e60bf4914eb0b0;p=pspp (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. --- diff --git a/m4/mktime.m4 b/m4/mktime.m4 index 085cf7e9ae..6df253b36f 100644 --- a/m4/mktime.m4 +++ b/m4/mktime.m4 @@ -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)