X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fsettime.m4;h=c648bcb4527edcabd0017b10f49139309c6a6c14;hb=2ea759e2faab0331078b1ea0df244ef781dbd994;hp=20bb360d8cd35b9623d723db2fa42b26a30264e3;hpb=62a39c7d945eb4160c206242b85c624fb2fb21fd;p=gnulib.git diff --git a/m4/settime.m4 b/m4/settime.m4 index 20bb360d8..c648bcb45 100644 --- a/m4/settime.m4 +++ b/m4/settime.m4 @@ -1,16 +1,15 @@ -# settime.m4 serial 4 -dnl Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc. +# settime.m4 serial 6 +dnl Copyright (C) 2002, 2004, 2005, 2006, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SETTIME], [ - AC_LIBSOURCES([settime.c]) AC_LIBOBJ([settime]) dnl Prerequisites of lib/settime.c. AC_REQUIRE([gl_CLOCK_TIME]) AC_REQUIRE([gl_TIMESPEC]) - AC_CHECK_FUNCS_ONCE(settimeofday stime) + AC_CHECK_FUNCS_ONCE([settimeofday stime]) ])