changeset 6592:1de08b1b38c7

(gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). Reported by Mark D. Baushke.
author Jim Meyering <jim@meyering.net>
date Tue, 24 Jan 2006 19:15:21 +0000
parents 95c8d5afca42
children 65c9c6fd00ab
files m4/openat.m4
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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])