]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(gl_FUNC_OPENAT): Require openat-priv.h.
authorJim Meyering <jim@meyering.net>
Wed, 30 Nov 2005 13:05:03 +0000 (13:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 30 Nov 2005 13:05:03 +0000 (13:05 +0000)
m4/openat.m4

index ffeb06a08e011b77789534ea0987b32ed30a15ba..d7118cae30765e3619c6f53c26d7ac18c071d2b4 100644 (file)
@@ -10,7 +10,7 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_FUNC_OPENAT],
 [
-  AC_LIBSOURCES([openat.c, openat.h, openat-die.c])
+  AC_LIBSOURCES([openat.c, openat.h, openat-priv.h, openat-die.c])
   AC_LIBSOURCES([mkdirat.c])
 
   # No system provides a mkdirat function; compile it unconditionally.