From 21bf149e861971120c44465d55d94994bb6f50e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 14 Nov 2004 00:32:50 +0000 Subject: [PATCH] . --- Makefile.in | 5 +++-- aclocal.m4 | 1 + config.hin | 10 ++++++++++ doc/Makefile.in | 5 +++-- man/Makefile.in | 5 +++-- src/Makefile.in | 5 +++-- tests/Makefile.in | 5 +++-- tests/basename/Makefile.in | 5 +++-- tests/chgrp/Makefile.in | 5 +++-- tests/chmod/Makefile.in | 5 +++-- tests/chown/Makefile.in | 5 +++-- tests/cp/Makefile.in | 5 +++-- tests/cut/Makefile.in | 5 +++-- tests/date/Makefile.in | 5 +++-- tests/dd/Makefile.in | 5 +++-- tests/dircolors/Makefile.in | 5 +++-- tests/du/Makefile.in | 5 +++-- tests/expr/Makefile.in | 5 +++-- tests/factor/Makefile.in | 5 +++-- tests/fmt/Makefile.in | 5 +++-- tests/head/Makefile.in | 5 +++-- tests/install/Makefile.in | 5 +++-- tests/join/Makefile.in | 5 +++-- tests/ln/Makefile.in | 5 +++-- tests/ls-2/Makefile.in | 5 +++-- tests/ls/Makefile.in | 5 +++-- tests/md5sum/Makefile.in | 5 +++-- tests/misc/Makefile.in | 6 ++++-- tests/mkdir/Makefile.in | 5 +++-- tests/mv/Makefile.in | 5 +++-- tests/od/Makefile.in | 5 +++-- tests/pr/Makefile.in | 5 +++-- tests/readlink/Makefile.in | 5 +++-- tests/rm/Makefile.in | 5 +++-- tests/rmdir/Makefile.in | 5 +++-- tests/seq/Makefile.in | 5 +++-- tests/sha1sum/Makefile.in | 5 +++-- tests/shred/Makefile.in | 5 +++-- tests/sort/Makefile.in | 5 +++-- tests/stty/Makefile.in | 5 +++-- tests/sum/Makefile.in | 5 +++-- tests/tac/Makefile.in | 5 +++-- tests/tail-2/Makefile.in | 5 +++-- tests/tail/Makefile.in | 5 +++-- tests/test/Makefile.in | 5 +++-- tests/touch/Makefile.in | 5 +++-- tests/tr/Makefile.in | 5 +++-- tests/tsort/Makefile.in | 5 +++-- tests/unexpand/Makefile.in | 5 +++-- tests/uniq/Makefile.in | 5 +++-- tests/wc/Makefile.in | 5 +++-- 51 files changed, 159 insertions(+), 98 deletions(-) diff --git a/Makefile.in b/Makefile.in index 3a974cd..7169b84 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/aclocal.m4 b/aclocal.m4 index 4635881..6f6447f 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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]) diff --git a/config.hin b/config.hin index f630f04..6233577 100644 --- a/config.hin +++ b/config.hin @@ -364,6 +364,10 @@ 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 @@ -1209,6 +1213,9 @@ 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 @@ -1316,6 +1323,9 @@ /* 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 diff --git a/doc/Makefile.in b/doc/Makefile.in index 750d0c3..a7edbb8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 \ diff --git a/man/Makefile.in b/man/Makefile.in index 620d8cc..a7e40fa 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -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 \ diff --git a/src/Makefile.in b/src/Makefile.in index e096db9..e938a11 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 3a537a0..68c9971 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 \ diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 5b8e488..8c0a1c0 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -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 \ diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 42bbc4a..435a712 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -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 \ diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 5ef0447..fa09bf3 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -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 \ diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index 8db2f11..cd49fd1 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -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 \ diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index c2c41d5..421f5f3 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -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 \ diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index d80463f..b9e0f36 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -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 \ diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index e695e1c..ff72e25 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -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 \ diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 9d580c5..7504036 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -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 \ diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 243ec6b..1a44ae0 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -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 \ diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index b2fc123..01552b4 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -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 \ diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index 8aa5dd8..5bb64da 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -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 \ diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 76969ca..4607c8d 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -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 \ diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index 5c69fad..88bb0a1 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -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 \ diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index 6a6f066..d327c0e 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -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 \ diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index cdf40ce..dd9206f 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -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 \ diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 562d60d..1db99c7 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -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 \ diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 9797506..47067ae 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -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 \ diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 2e12d04..bae8958 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -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 \ diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 938f1b5..4d00d99 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -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 \ diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index d7029a3..9dceaa8 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -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 \ diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 1237d35..2430ee5 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -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 \ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index ce5d312..2667dda 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -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 \ diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index a2fff2f..32b87ae 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -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 \ diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index 1bf3394..b937561 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -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 \ diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index 0753173..05f6d8f 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -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 \ diff --git a/tests/readlink/Makefile.in b/tests/readlink/Makefile.in index fda3d45..7062652 100644 --- a/tests/readlink/Makefile.in +++ b/tests/readlink/Makefile.in @@ -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 \ diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 86c3e55..1cae606 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -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 \ diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index 5401394..c3082f8 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -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 \ diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index fcb5043..8316b7d 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -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 \ diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 593cb36..4a4f64a 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -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 \ diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 8c86edb..dc9c202 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -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 \ diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index d290765..4ef0e60 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -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 \ diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 21241e0..ef79a19 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -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 \ diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index 3a82bc9..c21d74a 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -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 \ diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 38a8784..0942a82 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -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 \ diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index 0f00eaf..9423abd 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -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 \ diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index 0e174ee..e28e031 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -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 \ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 7bd1086..80d0396 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -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 \ diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index e2b6087..866ea16 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -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 \ diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 714fb5a..3eb3ab7 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -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 \ diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index e020740..95f9619 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -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 \ diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 5590d6d..461c258 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -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 \ diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index a54c8e9..4a1ab17 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -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 \ diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index bf01c1f..99e61a8 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -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 \ -- 2.7.4