From: Jim Meyering Date: Tue, 24 Jan 2006 19:13:41 +0000 (+0000) Subject: (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). X-Git-Tag: v6.0~837 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6beea8e9c4aa0e7da2d8f23bf500b0bd01da47;p=thirdparty%2Fcoreutils.git (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]). Reported by Mark D. Baushke. --- diff --git a/m4/openat.m4 b/m4/openat.m4 index 4edb1920aa..9879a01121 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -11,6 +11,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-priv.h, openat-die.c]) + AC_LIBSOURCES([intprops.h]) AC_LIBSOURCES([mkdirat.c]) AC_LIBSOURCES([fchmodat.c])