From f7256c6635d6aadabb48ac4b388fc06db70f54cd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Jan 2004 23:21:06 +0000 Subject: [PATCH] . --- Makefile.in | 1 + config.hin | 5 +++++ doc/Makefile.in | 1 + lib/Makefile.in | 1 + m4/Makefile.in | 1 + man/Makefile.in | 1 + src/Makefile.in | 1 + tests/Makefile.in | 1 + tests/basename/Makefile.in | 1 + tests/chgrp/Makefile.in | 1 + tests/chmod/Makefile.in | 1 + tests/chown/Makefile.in | 1 + tests/cp/Makefile.in | 1 + tests/cut/Makefile.in | 1 + tests/date/Makefile.in | 1 + tests/dd/Makefile.in | 1 + tests/dircolors/Makefile.in | 1 + tests/du/Makefile.in | 1 + tests/expr/Makefile.in | 1 + tests/factor/Makefile.in | 1 + tests/fmt/Makefile.in | 1 + tests/head/Makefile.in | 1 + tests/install/Makefile.in | 1 + tests/join/Makefile.in | 1 + tests/ln/Makefile.in | 1 + tests/ls-2/Makefile.in | 1 + tests/ls/Makefile.in | 1 + tests/md5sum/Makefile.in | 1 + tests/misc/Makefile.in | 1 + tests/mkdir/Makefile.in | 1 + tests/mv/Makefile.in | 1 + tests/od/Makefile.in | 1 + tests/pr/Makefile.in | 1 + tests/rm/Makefile.in | 1 + tests/rmdir/Makefile.in | 1 + tests/seq/Makefile.in | 1 + tests/sha1sum/Makefile.in | 1 + tests/shred/Makefile.in | 1 + tests/sort/Makefile.in | 1 + tests/stty/Makefile.in | 1 + tests/sum/Makefile.in | 1 + tests/tac/Makefile.in | 1 + tests/tail-2/Makefile.in | 1 + tests/tail/Makefile.in | 1 + tests/test/Makefile.in | 1 + tests/touch/Makefile.in | 1 + tests/tr/Makefile.in | 1 + tests/tsort/Makefile.in | 1 + tests/unexpand/Makefile.in | 1 + tests/uniq/Makefile.in | 1 + tests/wc/Makefile.in | 1 + 51 files changed, 55 insertions(+) diff --git a/Makefile.in b/Makefile.in index 51e88443d8..cbf6a63544 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,6 +183,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/config.hin b/config.hin index ff2aeeeb17..e0f77a3476 100644 --- a/config.hin +++ b/config.hin @@ -23,6 +23,11 @@ /* Define to 1 if using `getloadavg.c'. */ #undef C_GETLOADAVG +/* Define the default level of POSIX conformance for these tools. The value is + of the form YYYYMM, specifying the year and month the standard was adopted. + */ +#undef DEFAULT_POSIX2_VERSION + /* Define to 1 for DGUX with . */ #undef DGUX diff --git a/doc/Makefile.in b/doc/Makefile.in index 956082e6f0..61eb695cd8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -171,6 +171,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/lib/Makefile.in b/lib/Makefile.in index abec3973e6..719b7e98ed 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -303,6 +303,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ -DLIBDIR=\"$(libdir)\" DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/m4/Makefile.in b/m4/Makefile.in index 2630bf083c..cdb4340b96 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/man/Makefile.in b/man/Makefile.in index 6ece4b69bd..e0736858f8 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -161,6 +161,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/src/Makefile.in b/src/Makefile.in index e45587a639..2f9cc085fd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -715,6 +715,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/Makefile.in b/tests/Makefile.in index ac575509c8..c032fb430f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -165,6 +165,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 2a38e32edd..9c0ac06e22 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index 4333a05b05..08d9290f50 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 7324d907fe..41d7f681d0 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index dcb5f13284..0ae62de219 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index cf9d9f940d..695c06a9e3 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index ca3524b3be..b47d2f3a70 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 21374729ad..b98dee5453 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 4f21d27e3d..f789f760af 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index 385bcc799a..cda7062db7 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 794a58f1c1..0c08126e33 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index 824d29c728..64142aa66d 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 5dea5c2ccb..26bd9881b8 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index ab1ff1a786..d6ff7bde3f 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index e79a149379..146981b081 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index e9806c6e9a..1486f60281 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 0750a0957e..81076278ab 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 1308e35140..f906d5a888 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index bb7ccc00a1..1d875da0b5 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index ab6e990294..17f160f397 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index 183d1bbf19..4bc67e010d 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 534751de09..d2297845bf 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 2c04ef6d3d..3964b31a27 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 9ab0e567f0..87ecc87f59 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index bb2c2f25b2..75a54d18e4 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index 8b3fa39174..16f234923c 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index cb66c92048..bc66c285be 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index 717d571e39..e1cd0cdb15 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index e2cfa7a868..33983327eb 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 2310663e40..54018a9f78 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 356ed7938e..883be02d18 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 46f965a000..e4e6d00189 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 99bf88f097..7b35dc0663 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index 1cb8616e05..0479b46b97 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 53e113f7e0..913696bdae 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index 657518d4f3..65dc29d68a 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index 6ed661754b..4abf4b8aa1 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 1b9195f012..cda7f180c2 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index b711804f57..1b6b3f5376 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 51a7226cf4..fb041c78db 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index 1daf154105..724de55b54 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 926bbd46cd..a13a100c9a 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -156,6 +156,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index 462525293c..d7aa49e62e 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index 11063f951b..7f066916b9 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -158,6 +158,7 @@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ +DEFAULT_POSIX2_VERSION = @DEFAULT_POSIX2_VERSION@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ -- 2.47.2