utimens: Move AC_LIBOBJ invocations to module description.
[gnulib.git] / m4 / link.m4
index 1b0dcf7..2f1a439 100644 (file)
@@ -1,5 +1,5 @@
-# link.m4 serial 5
-dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+# link.m4 serial 6
+dnl Copyright (C) 2009-2011 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.
@@ -10,7 +10,6 @@ AC_DEFUN([gl_FUNC_LINK],
   AC_CHECK_FUNCS_ONCE([link])
   if test $ac_cv_func_link = no; then
     HAVE_LINK=0
-    AC_LIBOBJ([link])
   else
     AC_CACHE_CHECK([whether link handles trailing slash correctly],
       [gl_cv_func_link_works],
@@ -37,7 +36,6 @@ AC_DEFUN([gl_FUNC_LINK],
        rm -f conftest.a conftest.b conftest.lnk])
     if test "$gl_cv_func_link_works" != yes; then
       REPLACE_LINK=1
-      AC_LIBOBJ([link])
     fi
   fi
 ])