~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to m4/readlinkat.m4

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# serial 2
 
1
# serial 3
2
2
# See if we need to provide readlinkat replacement.
3
3
 
4
 
dnl Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
4
dnl Copyright (C) 2009-2013 Free Software Foundation, Inc.
5
5
dnl This file is free software; the Free Software Foundation
6
6
dnl gives unlimited permission to copy and/or distribute it,
7
7
dnl with or without modifications, as long as this notice is preserved.
10
10
 
11
11
AC_DEFUN([gl_FUNC_READLINKAT],
12
12
[
13
 
  AC_REQUIRE([gl_FUNC_OPENAT])
14
13
  AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
15
14
  AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
16
15
  AC_CHECK_FUNCS_ONCE([readlinkat])