X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fopenat.m4;h=fca3bd06171f9a23a22a31377ab4afe68ebbba9a;hb=8ccc091547bec1dbdb15dd7d2741cf988ce1f3d8;hp=cc34fb0bafe7603a40233e12c89e56c31d43b2b7;hpb=15ecaa80cb7f96a63f145565d95b528860022cdb;p=gnulib.git diff --git a/m4/openat.m4 b/m4/openat.m4 index cc34fb0ba..fca3bd061 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -1,5 +1,5 @@ -#serial 8 -# See if we need to use our replacement for Solaris' openat function. +#serial 11 +# See if we need to use our replacement for Solaris' openat et al functions. dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -10,15 +10,14 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_OPENAT], [ - AC_LIBSOURCES([openat.c, openat.h, openat-priv.h, openat-die.c]) - AC_LIBSOURCES([mkdirat.c]) - AC_LIBSOURCES([intprops.h]) - - # No system provides a mkdirat function; compile it unconditionally. + # No system provides these functions; compile them unconditionally. AC_LIBOBJ([mkdirat]) + AC_LIBOBJ([fchmodat]) AC_LIBOBJ([openat-die]) + AC_LIBOBJ([openat-proc]) AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) + AC_CHECK_FUNCS_ONCE([lchmod]) AC_CHECK_FUNCS_ONCE([fdopendir]) AC_REPLACE_FUNCS(openat) case $ac_cv_func_openat in