]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
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 3a974cd9370c010afe1a20c89e8709539867126c..7169b84678d5c1917c81b2112eaf89017e3541ae 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 4635881a7166f18e9fbd543159807cae51d16051..6f6447fa72aeedbf0890232e3d4f5123b6e4561e 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 f630f0403a1f600d2b9c3662b8844bf965353377..6233577eacb2a31a9eedf645a7c2860e6e6895a1 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 750d0c3fd31fadac5f2d22a262d4d7b0135aaf42..a7edbb84a9856b7767bb5039314649780363bccc 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 620d8ccd6b4fdb50847e752cb0bb6b77ca1ed861..a7e40fa599aa01a6e0324fb135796aac1bdf131b 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 e096db9589f8f505e7b4aa99ca25afa2b0bf6069..e938a11a78615b2d80a7ce3c90e02b00c9c45ae6 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 3a537a019e6d25acd778b5fe143c89e6b848151e..68c99712119c6ee0432fac3de389a1e1ce42ed9e 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 5b8e4883b66a99e7c0f90e46ef7c4db37459e100..8c0a1c09310d25c2d79ca00a5ff8b13bf522a269 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 42bbc4a6957e7cec976c74ad137e2ec47f663047..435a7120b35c46666c2ee4344016f7457749bd61 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 5ef0447532fbf33adc0a92ea7e359dfdab021469..fa09bf3c2b0fc0a57d86fe77dd03c34643b1f2ad 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 8db2f11099eaadaca0f37c994a6a15832381118b..cd49fd1ccbf0cf53b28f33ce64505d3674cbafef 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 c2c41d5588d09c1f0bd469e6594098f825e49f48..421f5f3cd14df1f69bf2d29b962053563f443c66 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 d80463f7f0337d56595d79de3643a74c3680c7fe..b9e0f36f47c48e7173aa5702f3b8131d414584d7 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 e695e1c32b1f66487695786b40b0ce865f00ce9d..ff72e25c05a541a7c5e517935a4c26b9f381428e 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 9d580c5bb9c697bb927c6e63054223b456126c99..75040363b90dbcdbea83a593675cfe260a4a3d7b 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 243ec6b13e10c6ff2af7577174e7f5df9cfcb8e9..1a44ae0e8aa8f6d2ced92cf67573271aa49602d7 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 b2fc123b184b5a529a26b20c932d0c28446a684b..01552b44ffb52ec04da4b122f94cb2ed0a57e9be 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 8aa5dd8c66f8a89c8e634d30f5342782fa5d95bf..5bb64dacc20f6f5311c8e390c6721225f99069b9 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 76969ca6a071facb68a3561840c62b9e9284f6eb..4607c8dec8bac08fdf4829827975506ca7543b25 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 5c69fad960f24d92f95a7e70bb15dcfdb49e973e..88bb0a1f07f24674cdb2b5e125488683442964e4 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 6a6f066e3495a6afb6a381aeaa54ba425aaa4df6..d327c0e2d6b038ad7db15cb2dd5fcabdecfb15f0 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 cdf40cea2387bcfdfe14789832874e49faef850e..dd9206f0200ad7702683d169675decf37e0225c7 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 562d60ddcb12089831d614c480848b085b017e66..1db99c7a37f8e8f0c5084f9860345b44a7568dd5 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 979750669215f200670566c942ad17beb6f4f956..47067ae3e369c8dba24587f82e399f13563bde0a 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 2e12d04d4fb32dd1bac4e19b6b9e0f008caa6c80..bae8958bea84e24b5a07f1cb1905083f537f3eb7 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 938f1b544d3c8001688a12d31c31628c2c3b85c9..4d00d992b49208f9048eed6b1b2f4d6976c60c2d 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 d7029a347c18f314a549acc326ac3f8ba53e6baf..9dceaa8bc93407394c28b2d84c6a48b23891904b 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 1237d3562c5acbff2f95ff94dc0717b056e4beb4..2430ee53ce3511f18bf92799bbc6ba0cfeca30b6 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 ce5d312f7553ab00b67582619d1a596e7733e0bc..2667ddac1d81c58773b06a0795b0c063ee71635f 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 a2fff2fb6536634015cae8da6063bea088ac0e67..32b87aee99bf2079122e08285dc1ed96786a320b 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 1bf3394916db219ec46fa37eeb6c53dd9939d6d2..b9375617ef54c9862a3c13f5cb52d5c87e20cd35 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 075317323a3ff7e4c6922ad53ac2456b8c5c8d4f..05f6d8fc94d4e4274a046ffdaa6d780705eea41c 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 fda3d45214a0b96ddb96aace9fc57ed74947ba9b..7062652ce32e29cfcd68fdaebc79b8543b37548c 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 86c3e55e5d77d6981e0da2de2a11a37c18e3a53a..1cae6068bfd4d2ef37c00f118d9bf128cd6b6f1d 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 54013947d2f7bcccadbf13db94c60c462b9f13c3..c3082f8ce69f4b772941f20ec8a7a108905c98a6 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 fcb50434692319bd3361ac2696f5b089b7c97e37..8316b7d923093e6e8849c457c41b32dc8426f4be 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 593cb36d9660eff790612383455401418f05f23e..4a4f64a3c38b6a721afce34696d2c7f5b3ed0b9c 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 8c86edb2e95acaf6f15ac11a6d55ea7eae81868b..dc9c2026610aa2d1ffe7fac8e55e78ba5f5748cd 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 d290765f20f89a84efbbec06d14170185ab7eb7e..4ef0e60761d76a08a0a8893a95443fe00f06b4f8 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 21241e02a1c62014006cdaba0fc630b88f9e8b48..ef79a19331fa58569c84176f66b3b368fa04981c 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 3a82bc9673d3b0e5513cd34e6d0c8733660b0614..c21d74ac21ec4d962fb0ae9d752573f29112646f 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 38a87840b48910c25599614545f0bba9b98581f0..0942a820241448244b466eecdfa739e17cdebe3e 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 0f00eaf923d731d947190c2b63bc8c14d1018a7e..9423abde303f235930cdf161ca3b0f2c476985af 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 0e174ee8307c54852a95e698e7529cbd3b94e0a2..e28e03164b5206e8d2af58bfbb7a8c26374d7cde 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 7bd10862893cf1420d0c73db02488c6057d7ad26..80d0396eac83a2546e5a12ea11903e2841b4f879 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 e2b60876226ab2266b3464cbbd54358ce3da9d6e..866ea1656d3a0523621b668ccb572a42090ce544 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 714fb5a3720d1d7c099a28dfa646ea3074415187..3eb3ab7763925a6a27d364fb28828e42d23786cf 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 e020740307e2b6bb8adb673c8e063f9439e9f7c8..95f96191db8239900cb95a855e270f0b8eb6dce3 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 5590d6dbed4176d31dabda0e685d17ddc1959977..461c258df5f3586b083c47b07767b2d944540b12 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 a54c8e9b6774d8b60652ea229efd497d6a2bbda3..4a1ab17adf700181bad0f54609cc2c0a2822e756 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 bf01c1f14f8c34da04e0fa00d65e2235cedd71b2..99e61a89ce65ade9b5e4d643cc15efb54d631402 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 \