(gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
authorJim Meyering <jim@meyering.net>
Tue, 24 Jan 2006 19:15:21 +0000 (19:15 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 24 Jan 2006 19:15:21 +0000 (19:15 +0000)
Reported by Mark D. Baushke.

m4/openat.m4

index d7118ca..cc34fb0 100644 (file)
@@ -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])