summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-03 09:12:57 +0000
committerJim Meyering <jim@meyering.net>2005-07-03 09:12:57 +0000
commit512e0bae5ae1a0859d62d5e7f465f142b1458b61 (patch)
tree25eed3ce753b13a69b93a28db48cecaac8abfb1a /m4
parent4f89ded6e2c55d168d382d83d0461bad6a95c0dd (diff)
downloadcoreutils-512e0bae5ae1a0859d62d5e7f465f142b1458b61.tar.xz
(gl_UNISTD_SAFER): Add unistd--.h to the list.
Diffstat (limited to 'm4')
-rw-r--r--m4/unistd-safer.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/unistd-safer.m4 b/m4/unistd-safer.m4
index a1dc2b753..402f1bf50 100644
--- a/m4/unistd-safer.m4
+++ b/m4/unistd-safer.m4
@@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_UNISTD_SAFER],
[
- AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h])
+ AC_LIBSOURCES([dup-safer.c, fd-safer.c, unistd-safer.h, unistd--.h])
AC_LIBOBJ([dup-safer])
AC_LIBOBJ([fd-safer])