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-Tag: TEXTUTILS-1_22p~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75e8fc40f87e50731918fa46309353219265d183;p=thirdparty%2Fcoreutils.git (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)