summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-06 23:04:56 +0000
committerJim Meyering <jim@meyering.net>2003-06-06 23:04:56 +0000
commit1e006fb1ea0a6ba06dcee20ba463fa8513477ad0 (patch)
treead6eeea36144cf706205ee2be7071dc763550825 /tests
parent0bf3b0e892e75488a8c37ad7090b1a4454ab67e1 (diff)
downloadcoreutils-1e006fb1ea0a6ba06dcee20ba463fa8513477ad0.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in1
-rw-r--r--tests/basename/Makefile.in1
-rw-r--r--tests/chgrp/Makefile.in1
-rw-r--r--tests/chmod/Makefile.in1
-rw-r--r--tests/chown/Makefile.in1
-rw-r--r--tests/cp/Makefile.in1
-rw-r--r--tests/cut/Makefile.in1
-rw-r--r--tests/date/Makefile.in1
-rw-r--r--tests/dd/Makefile.in1
-rw-r--r--tests/dircolors/Makefile.in1
-rw-r--r--tests/du/Makefile.in1
-rw-r--r--tests/expr/Makefile.in1
-rw-r--r--tests/factor/Makefile.in1
-rw-r--r--tests/fmt/Makefile.in1
-rw-r--r--tests/head/Makefile.in1
-rw-r--r--tests/install/Makefile.in1
-rw-r--r--tests/join/Makefile.in1
-rw-r--r--tests/ln/Makefile.in1
-rw-r--r--tests/ls-2/Makefile.in1
-rw-r--r--tests/ls/Makefile.in1
-rw-r--r--tests/md5sum/Makefile.in1
-rw-r--r--tests/misc/Makefile.in1
-rw-r--r--tests/mkdir/Makefile.in1
-rw-r--r--tests/mv/Makefile.in1
-rw-r--r--tests/od/Makefile.in1
-rw-r--r--tests/pr/Makefile.in1
-rw-r--r--tests/rm/Makefile.in1
-rw-r--r--tests/rmdir/Makefile.in1
-rw-r--r--tests/seq/Makefile.in1
-rw-r--r--tests/sha1sum/Makefile.in1
-rw-r--r--tests/shred/Makefile.in1
-rw-r--r--tests/sort/Makefile.in1
-rw-r--r--tests/stty/Makefile.in1
-rw-r--r--tests/sum/Makefile.in1
-rw-r--r--tests/tac/Makefile.in1
-rw-r--r--tests/tail-2/Makefile.in1
-rw-r--r--tests/tail/Makefile.in1
-rw-r--r--tests/test/Makefile.in1
-rw-r--r--tests/touch/Makefile.in1
-rw-r--r--tests/tr/Makefile.in1
-rw-r--r--tests/tsort/Makefile.in1
-rw-r--r--tests/unexpand/Makefile.in1
-rw-r--r--tests/uniq/Makefile.in1
-rw-r--r--tests/wc/Makefile.in1
44 files changed, 44 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index d9fa67524..b41d8d659 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index e161df205..a214e636b 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in
index 430fe8bea..fb08fe4f9 100644
--- a/tests/chgrp/Makefile.in
+++ b/tests/chgrp/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index 28ddc1b92..6a2277fe8 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in
index 73a84dac3..66c7b9910 100644
--- a/tests/chown/Makefile.in
+++ b/tests/chown/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index a89e6eb24..9eb07bc15 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in
index 1c2bd4269..dfe2d6f13 100644
--- a/tests/cut/Makefile.in
+++ b/tests/cut/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in
index 307884ca6..8e9527133 100644
--- a/tests/date/Makefile.in
+++ b/tests/date/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index 600c37856..edd04a8d8 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index fc2bf76c5..3e477fca7 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index 5817cdac1..a9816d1da 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in
index 309d0ecbc..2043a9ba8 100644
--- a/tests/expr/Makefile.in
+++ b/tests/expr/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in
index 0c44d02ff..555becd1b 100644
--- a/tests/factor/Makefile.in
+++ b/tests/factor/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in
index 4de7a7c41..2d625261e 100644
--- a/tests/fmt/Makefile.in
+++ b/tests/fmt/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in
index 2fdd35727..7d433be59 100644
--- a/tests/head/Makefile.in
+++ b/tests/head/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 35ad0cb48..c1c3128cd 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index 4baaf0a12..9c9d9da62 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index 6fa725731..8990d8902 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index 5d3183c7f..c387d187b 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index 67524653a..45ffa28da 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index 6002217b8..1c3f9c989 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in
index 02faccb93..ebc57c80f 100644
--- a/tests/misc/Makefile.in
+++ b/tests/misc/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index e911b145c..a9ba84797 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in
index ca1ca7ae9..2e2e92ae4 100644
--- a/tests/mv/Makefile.in
+++ b/tests/mv/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in
index 2cbda13e0..a158b8264 100644
--- a/tests/od/Makefile.in
+++ b/tests/od/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in
index b224f98c5..03ce3c28e 100644
--- a/tests/pr/Makefile.in
+++ b/tests/pr/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 6b94e6c70..e73ad5b29 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in
index d87d1bac4..f1378666b 100644
--- a/tests/rmdir/Makefile.in
+++ b/tests/rmdir/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in
index 3ae0454a1..c30952625 100644
--- a/tests/seq/Makefile.in
+++ b/tests/seq/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in
index 10a91fc00..bd68cbbaf 100644
--- a/tests/sha1sum/Makefile.in
+++ b/tests/sha1sum/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in
index a4696b235..b995d8cd4 100644
--- a/tests/shred/Makefile.in
+++ b/tests/shred/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index 1c72e1489..8f4b7da8b 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in
index 75076fee7..4db7662c9 100644
--- a/tests/stty/Makefile.in
+++ b/tests/stty/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in
index dccc0f90a..facb0d37c 100644
--- a/tests/sum/Makefile.in
+++ b/tests/sum/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in
index ee32473be..925d4fb38 100644
--- a/tests/tac/Makefile.in
+++ b/tests/tac/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in
index 13eb317f8..1be29df91 100644
--- a/tests/tail-2/Makefile.in
+++ b/tests/tail-2/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in
index ce2d5aec8..c45912a99 100644
--- a/tests/tail/Makefile.in
+++ b/tests/tail/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in
index dc7ab15a7..f035d6733 100644
--- a/tests/test/Makefile.in
+++ b/tests/test/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index 406920728..639572db6 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index 4cedbf4e4..6424a53ff 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in
index 4115b33c7..abea0dbbb 100644
--- a/tests/tsort/Makefile.in
+++ b/tests/tsort/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in
index 67685215a..23f16c963 100644
--- a/tests/unexpand/Makefile.in
+++ b/tests/unexpand/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in
index e86199904..ec79001bf 100644
--- a/tests/uniq/Makefile.in
+++ b/tests/uniq/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in
index 13a77a1b5..5291d3ec9 100644
--- a/tests/wc/Makefile.in
+++ b/tests/wc/Makefile.in
@@ -38,6 +38,7 @@ POST_UNINSTALL = :
host_triplet = @host@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
+ALLOCA_H = @ALLOCA_H@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
AMTAR = @AMTAR@