diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-01 07:44:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-01 07:44:04 +0000 |
commit | 5664caead18ff04a713473adad0c27d5636a82a8 (patch) | |
tree | 02337004794fcb7b6252733cbf84e8e71d4fe422 | |
parent | 18794c74646e1e667d3190321130ce46f8f9e4c4 (diff) | |
download | coreutils-5664caead18ff04a713473adad0c27d5636a82a8.tar.xz |
.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | config.hin | 3 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-09-30 Jim Meyering <jim@meyering.net> + + * Version 5.91-cvs. + * configure.ac: Use 5.91-cvs as the version string. + * NEWS: Adjust accordingly. + 2005-09-29 Paul Eggert <eggert@cs.ucla.edu> * src/dd.c (main): Don't assume size_t has the same width diff --git a/config.hin b/config.hin index c087ab94f..6d228d7dd 100644 --- a/config.hin +++ b/config.hin @@ -441,6 +441,9 @@ /* Define to 1 if you have the `fdatasync' function. */ #undef HAVE_FDATASYNC +/* Define to 1 if you have the `fdopendir' function. */ +#undef HAVE_FDOPENDIR + /* Define to 1 if you have the `flockfile' function. */ #undef HAVE_FLOCKFILE diff --git a/src/Makefile.in b/src/Makefile.in index e18d34a73..73517d7da 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -957,7 +957,7 @@ uninstall-binPROGRAMS: done clean-binPROGRAMS: - -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS) + -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ |