~ubuntu-branches/ubuntu/wily/man-db/wily-proposed

« back to all changes in this revision

Viewing changes to gnulib/m4/openat.m4

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 11:34:02 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130624113402-6xdn53l2p9qu8yus
Tags: 2.6.4-1
* New upstream release:
  - Document default section list in manual pages (closes: #611007).
  - Quieten most warnings from compiling Gnulib (closes: #668429).
  - The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option overrides
    the default (closes: #690831).
* Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts.
* Remove maintainer script support for direct upgrades from pre-etch
  (three releases before current stable).
* Breaks/Replaces manpages-zh (<< 1.5.2-1.1); man-db now ships zh_CN
  translations formerly included there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# serial 43
 
1
# serial 45
2
2
# See if we need to use our replacement for Solaris' openat et al functions.
3
3
 
4
 
dnl Copyright (C) 2004-2012 Free Software Foundation, Inc.
 
4
dnl Copyright (C) 2004-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.
15
15
  AC_CHECK_FUNCS_ONCE([openat])
16
16
  AC_REQUIRE([gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK])
17
17
  case $ac_cv_func_openat+$gl_cv_func_lstat_dereferences_slashed_symlink in
18
 
  yes+yes)
 
18
  yes+*yes)
19
19
    ;;
20
20
  yes+*)
21
21
    # Solaris 9 has *at functions, but uniformly mishandles trailing
31
31
# Prerequisites of lib/openat.c.
32
32
AC_DEFUN([gl_PREREQ_OPENAT],
33
33
[
34
 
  AC_REQUIRE([AC_C_INLINE])
35
34
  AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T])
36
35
  :
37
36
])