Sync usage with man page.
[netbsd-mini2440.git] / external / gpl2 / xcvs / dist / m4 / openat.m4
blob27b0e59e6eb04dc50cb3281cab998ad5d62dba78
1 #serial 3
2 # See if we need to use our replacement for Solaris' openat function.
4 dnl Copyright (C) 2004 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 Jim Meyering.
11 AC_DEFUN([gl_FUNC_OPENAT],
13   AC_LIBSOURCES([openat.c, openat.h])
14   AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])
15   AC_REPLACE_FUNCS(openat)
16   case $ac_cv_func_openat in
17   yes) ;;
18   *)
19     AC_DEFINE([__OPENAT_PREFIX], [[rpl_]],
20       [Define to rpl_ if the openat replacement function should be used.])
21     gl_PREREQ_OPENAT;;
22   esac
25 AC_DEFUN([gl_PREREQ_OPENAT],
27   AC_REQUIRE([gl_SAVE_CWD])