X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffutimens.m4;h=27b3b2909d8d41107d064f5a0307d0e351efaf82;hb=6b168421262adda71eed4cca137c34c1a9d6b981;hp=1212fb904e7f6f036113d74ce47cefe78aa3e69a;hpb=9dc2cd782cd1d20ace076d838b46f89325005574;p=gnulib.git diff --git a/m4/futimens.m4 b/m4/futimens.m4 index 1212fb904..27b3b2909 100644 --- a/m4/futimens.m4 +++ b/m4/futimens.m4 @@ -1,7 +1,7 @@ -# serial 5 +# serial 6 # See if we need to provide futimens replacement. -dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. +dnl Copyright (C) 2009-2012 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. @@ -15,7 +15,6 @@ AC_DEFUN([gl_FUNC_FUTIMENS], AC_CHECK_FUNCS_ONCE([futimens]) if test $ac_cv_func_futimens = no; then HAVE_FUTIMENS=0 - AC_LIBOBJ([futimens]) else AC_CACHE_CHECK([whether futimens works], [gl_cv_func_futimens_works], @@ -55,7 +54,6 @@ choke me rm -f conftest.file]) if test "$gl_cv_func_futimens_works" != yes; then REPLACE_FUTIMENS=1 - AC_LIBOBJ([futimens]) fi fi ])