.
authorJim Meyering <jim@meyering.net>
Sat, 1 Oct 2005 07:44:04 +0000 (07:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Oct 2005 07:44:04 +0000 (07:44 +0000)
ChangeLog
config.hin
src/Makefile.in

index c77d365..a4a5997 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index c087ab9..6d228d7 100644 (file)
 /* 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
 
index e18d34a..73517d7 100644 (file)
@@ -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 \