# HG changeset patch # User Jim Meyering # Date 1138130121 0 # Node ID 1de08b1b38c711d13c8af2f3e4d2aa313cda48c1 # Parent 95c8d5afca425e62b94987e112ac347e9a5676b0 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). Reported by Mark D. Baushke. diff --git a/m4/openat.m4 b/m4/openat.m4 --- 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_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])