.
authorJim Meyering <jim@meyering.net>
Sun, 14 Nov 2004 00:32:50 +0000 (00:32 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Nov 2004 00:32:50 +0000 (00:32 +0000)
51 files changed:
Makefile.in
aclocal.m4
config.hin
doc/Makefile.in
man/Makefile.in
src/Makefile.in
tests/Makefile.in
tests/basename/Makefile.in
tests/chgrp/Makefile.in
tests/chmod/Makefile.in
tests/chown/Makefile.in
tests/cp/Makefile.in
tests/cut/Makefile.in
tests/date/Makefile.in
tests/dd/Makefile.in
tests/dircolors/Makefile.in
tests/du/Makefile.in
tests/expr/Makefile.in
tests/factor/Makefile.in
tests/fmt/Makefile.in
tests/head/Makefile.in
tests/install/Makefile.in
tests/join/Makefile.in
tests/ln/Makefile.in
tests/ls-2/Makefile.in
tests/ls/Makefile.in
tests/md5sum/Makefile.in
tests/misc/Makefile.in
tests/mkdir/Makefile.in
tests/mv/Makefile.in
tests/od/Makefile.in
tests/pr/Makefile.in
tests/readlink/Makefile.in
tests/rm/Makefile.in
tests/rmdir/Makefile.in
tests/seq/Makefile.in
tests/sha1sum/Makefile.in
tests/shred/Makefile.in
tests/sort/Makefile.in
tests/stty/Makefile.in
tests/sum/Makefile.in
tests/tac/Makefile.in
tests/tail-2/Makefile.in
tests/tail/Makefile.in
tests/test/Makefile.in
tests/touch/Makefile.in
tests/tr/Makefile.in
tests/tsort/Makefile.in
tests/unexpand/Makefile.in
tests/uniq/Makefile.in
tests/wc/Makefile.in

index 3a974cd..7169b84 100644 (file)
@@ -63,8 +63,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 4635881..6f6447f 100644 (file)
@@ -1092,6 +1092,7 @@ m4_include([m4/file-type.m4])
 m4_include([m4/fileblocks.m4])
 m4_include([m4/filemode.m4])
 m4_include([m4/fnmatch.m4])
+m4_include([m4/fpending.m4])
 m4_include([m4/free.m4])
 m4_include([m4/fstypename.m4])
 m4_include([m4/fsusage.m4])
index f630f04..6233577 100644 (file)
    don't. */
 #undef HAVE_DECL__SYS_SIGLIST
 
+/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
+   don't. */
+#undef HAVE_DECL___FPENDING
+
 /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
    don't. */
 #undef HAVE_DECL___SYS_SIGLIST
    member named physmem. */
 #undef HAVE__SYSTEM_CONFIGURATION
 
+/* Define to 1 if you have the `__fpending' function. */
+#undef HAVE___FPENDING
+
 /* Define to 1 if you have the `__secure_getenv' function. */
 #undef HAVE___SECURE_GETENV
 
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* the number of pending output bytes on stream `fp' */
+#undef PENDING_OUTPUT_N_BYTES
+
 /* Define this if you prefer euidaccess to return the correct result even if
    this would make it nonreentrant. Define this only if your entire
    application is safe even if the uid or gid might temporarily change. If
index 750d0c3..a7edbb8 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 620d8cc..a7e40fa 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index e096db9..e938a11 100644 (file)
@@ -87,8 +87,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 3a537a0..68c9971 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 5b8e488..8c0a1c0 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 42bbc4a..435a712 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 5ef0447..fa09bf3 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 8db2f11..cd49fd1 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index c2c41d5..421f5f3 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index d80463f..b9e0f36 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index e695e1c..ff72e25 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 9d580c5..7504036 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 243ec6b..1a44ae0 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index b2fc123..01552b4 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 8aa5dd8..5bb64da 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 76969ca..4607c8d 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 5c69fad..88bb0a1 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 6a6f066..d327c0e 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index cdf40ce..dd9206f 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 562d60d..1db99c7 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 9797506..47067ae 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 2e12d04..bae8958 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 938f1b5..4d00d99 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index d7029a3..9dceaa8 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 1237d35..2430ee5 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
@@ -280,6 +281,7 @@ TESTS_ENVIRONMENT = \
   PROG=$$tst
 
 TESTS = \
+  close-stdout \
   pwd \
   date-sec \
   paste-no-nl \
index ce5d312..2667dda 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index a2fff2f..32b87ae 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 1bf3394..b937561 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 0753173..05f6d8f 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index fda3d45..7062652 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 86c3e55..1cae606 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 5401394..c3082f8 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index fcb5043..8316b7d 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 593cb36..4a4f64a 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 8c86edb..dc9c202 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index d290765..4ef0e60 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 21241e0..ef79a19 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 3a82bc9..c21d74a 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 38a8784..0942a82 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 0f00eaf..9423abd 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 0e174ee..e28e031 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 7bd1086..80d0396 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index e2b6087..866ea16 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 714fb5a..3eb3ab7 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index e020740..95f9619 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index 5590d6d..461c258 100644 (file)
@@ -57,8 +57,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index a54c8e9..4a1ab17 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \
index bf01c1f..99e61a8 100644 (file)
@@ -58,8 +58,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acl.m4 $(top_srcdir)/m4/afs.m4 \
        $(top_srcdir)/m4/extensions.m4 $(top_srcdir)/m4/fcntl-safer.m4 \
        $(top_srcdir)/m4/file-type.m4 $(top_srcdir)/m4/fileblocks.m4 \
        $(top_srcdir)/m4/filemode.m4 $(top_srcdir)/m4/fnmatch.m4 \
-       $(top_srcdir)/m4/free.m4 $(top_srcdir)/m4/fstypename.m4 \
-       $(top_srcdir)/m4/fsusage.m4 $(top_srcdir)/m4/ftruncate.m4 \
+       $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/free.m4 \
+       $(top_srcdir)/m4/fstypename.m4 $(top_srcdir)/m4/fsusage.m4 \
+       $(top_srcdir)/m4/ftruncate.m4 \
        $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
        $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getgroups.m4 \
        $(top_srcdir)/m4/gethostname.m4 $(top_srcdir)/m4/getline.m4 \