diff options
author | Jim Meyering <jim@meyering.net> | 2005-07-03 09:13:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-07-03 09:13:33 +0000 |
commit | 10047b6134b9215ec7bff069f1ec31a8050406dc (patch) | |
tree | 877e6096e755fff3030111de89dd472554a3c884 | |
parent | cd4bfd42dcf7249667994bf0385977e16cde2eb0 (diff) | |
download | coreutils-10047b6134b9215ec7bff069f1ec31a8050406dc.tar.xz |
(gl_FCNTL_SAFER): Add fcntl--.h to the list.
-rw-r--r-- | m4/fcntl-safer.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/fcntl-safer.m4 b/m4/fcntl-safer.m4 index 465e640f9..20cb0f162 100644 --- a/m4/fcntl-safer.m4 +++ b/m4/fcntl-safer.m4 @@ -6,6 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FCNTL_SAFER], [ - AC_LIBSOURCES([open-safer.c, fcntl-safer.h]) + AC_LIBSOURCES([open-safer.c, fcntl-safer.h, fcntl--.h]) AC_LIBOBJ([open-safer]) ]) |