X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fopenat.m4;h=cc34fb0bafe7603a40233e12c89e56c31d43b2b7;hb=d8c878368309fa0255b79d90bc773e63e8260053;hp=d7118cae30765e3619c6f53c26d7ac18c071d2b4;hpb=14bf04a59fbfa9ae7a9b55f7885ed96a5f0341ac;p=gnulib.git diff --git a/m4/openat.m4 b/m4/openat.m4 index d7118cae3..cc34fb0ba 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -1,7 +1,7 @@ -#serial 7 +#serial 8 # See if we need to use our replacement for Solaris' openat function. -dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc. +dnl Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -12,6 +12,7 @@ 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. AC_LIBOBJ([mkdirat])