diff options
Diffstat (limited to 'tests')
44 files changed, 44 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index ac575509c..c032fb430 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 2a38e32ed..9c0ac06e2 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 4333a05b0..08d9290f5 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 7324d907f..41d7f681d 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 dcb5f1328..0ae62de21 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 cf9d9f940..695c06a9e 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 ca3524b3b..b47d2f3a7 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 21374729a..b98dee545 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 4f21d27e3..f789f760a 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 385bcc799..cda7062db 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 794a58f1c..0c08126e3 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 824d29c72..64142aa66 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 5dea5c2cc..26bd9881b 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 ab1ff1a78..d6ff7bde3 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 e79a14937..146981b08 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 e9806c6e9..1486f6028 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 0750a0957..81076278a 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 1308e3514..f906d5a88 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 bb7ccc00a..1d875da0b 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 ab6e99029..17f160f39 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 183d1bbf1..4bc67e010 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 534751de0..d2297845b 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 2c04ef6d3..3964b31a2 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 9ab0e567f..87ecc87f5 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 bb2c2f25b..75a54d18e 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 8b3fa3917..16f234923 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 cb66c9204..bc66c285b 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 717d571e3..e1cd0cdb1 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 e2cfa7a86..33983327e 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 2310663e4..54018a9f7 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 356ed7938..883be02d1 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 46f965a00..e4e6d0018 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 99bf88f09..7b35dc066 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 1cb8616e0..0479b46b9 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 53e113f7e..913696bda 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 657518d4f..65dc29d68 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 6ed661754..4abf4b8aa 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 1b9195f01..cda7f180c 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 b711804f5..1b6b3f537 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 51a7226cf..fb041c78d 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 1daf15410..724de55b5 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 926bbd46c..a13a100c9 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 462525293..d7aa49e62 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 11063f951..7f066916b 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@ |