Update copyright year to 2014 by running admin/update-copyright.
[emacs.git] / m4 / readlinkat.m4
blob65c0689c114b88d5d0f71435d3bfa22e7a3df083
1 # serial 3
2 # See if we need to provide readlinkat replacement.
4 dnl Copyright (C) 2009-2014 Free Software Foundation, Inc.
5 dnl This file is free software; the Free Software Foundation
6 dnl gives unlimited permission to copy and/or distribute it,
7 dnl with or without modifications, as long as this notice is preserved.
9 # Written by Eric Blake.
11 AC_DEFUN([gl_FUNC_READLINKAT],
13   AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
14   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
15   AC_CHECK_FUNCS_ONCE([readlinkat])
16   if test $ac_cv_func_readlinkat = no; then
17     HAVE_READLINKAT=0
18   fi