* m4/linkat.m4 (gl_FUNC_LINKAT): Don't require gl_FUNC_LINK.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ linkat: Simplify autoconf macro.
+ * m4/linkat.m4 (gl_FUNC_LINKAT): Don't require gl_FUNC_LINK.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
Eric Blake <eblake@redhat.com>
-# serial 4
+# serial 5
# See if we need to provide linkat replacement.
dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
AC_DEFUN([gl_FUNC_LINKAT],
[
AC_REQUIRE([gl_FUNC_OPENAT])
- AC_REQUIRE([gl_FUNC_LINK])
AC_REQUIRE([gl_FUNC_LINK_FOLLOWS_SYMLINK])
AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])