X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmktime.m4;h=cec7bc3ffd84ba5be088af7f6e8a5bf06db03125;hb=3ac9552429c5a500717e1d3d129c32f7d0ea37a3;hp=44e30bac2aaaae676c527abfab2c1c478e5afb28;hpb=39e47bb3c55f408e818726b68d8ffa68803c4caf;p=gnulib.git diff --git a/m4/mktime.m4 b/m4/mktime.m4 index 44e30bac2..cec7bc3ff 100644 --- a/m4/mktime.m4 +++ b/m4/mktime.m4 @@ -1,4 +1,4 @@ -#serial 11 +#serial 12 dnl Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -211,7 +211,8 @@ fi AC_DEFUN([gl_FUNC_MKTIME], [ - AC_REQUIRE([AC_FUNC_MKTIME]) + AC_FUNC_MKTIME + dnl Note: AC_FUNC_MKTIME does AC_LIBOBJ(mktime). if test $ac_cv_func_working_mktime = no; then AC_DEFINE(mktime, rpl_mktime, [Define to rpl_mktime if the replacement function should be used.])