From: Jim Meyering Date: Wed, 30 Nov 2005 13:05:03 +0000 (+0000) Subject: (gl_FUNC_OPENAT): Require openat-priv.h. X-Git-Tag: v6.0~1232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2a4f26584f78eb7fcee42b140111ac44597790;p=thirdparty%2Fcoreutils.git (gl_FUNC_OPENAT): Require openat-priv.h. --- diff --git a/m4/openat.m4 b/m4/openat.m4 index ffeb06a08e..d7118cae30 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -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.