summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-24 19:13:41 +0000
committerJim Meyering <jim@meyering.net>2006-01-24 19:13:41 +0000
commit1f6beea8e9c4aa0e7da2d8f23bf500b0bd01da47 (patch)
tree7c7f7713b44e568223f97b351fd8214e7873771c /m4
parent8e3fd3cc7a0bcac636484685f17bf206dbced93f (diff)
downloadcoreutils-1f6beea8e9c4aa0e7da2d8f23bf500b0bd01da47.tar.xz
(gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
Reported by Mark D. Baushke.
Diffstat (limited to 'm4')
-rw-r--r--m4/openat.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/openat.m4 b/m4/openat.m4
index 4edb1920a..9879a0112 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])