From 52ebb61da8a6045141d9e6b488947a37759acfdd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Mar 2003 13:54:36 +0000 Subject: . --- 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 + 44 files changed, 44 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.in b/tests/Makefile.in index 2f416fa68..940908518 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -166,6 +166,7 @@ SUBDIRS = \ unexpand uniq wc subdir = tests +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index b6c9020ef..d61c50cd7 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -159,6 +159,7 @@ TESTS_ENVIRONMENT = \ PROG=basename subdir = tests/basename +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index fd12aca96..d4b39dcf3 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -155,6 +155,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/chgrp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index abd022ab7..60c7369ca 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -155,6 +155,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/chmod +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/chown/Makefile.in b/tests/chown/Makefile.in index f4e6da7fc..d428eac73 100644 --- a/tests/chown/Makefile.in +++ b/tests/chown/Makefile.in @@ -155,6 +155,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/chown +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 440b66d07..f0e4b54a7 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -162,6 +162,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/cp +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 7f65d2dd3..17437c326 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -185,6 +185,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/cut +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 53c760b16..da2ce9dc7 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -188,6 +188,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/date +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in index 788b52a3b..bba8351d5 100644 --- a/tests/dd/Makefile.in +++ b/tests/dd/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = misc not-rewound skip-seek skip-seek2 subdir = tests/dd +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in index a754d239e..43bf3a3ab 100644 --- a/tests/dircolors/Makefile.in +++ b/tests/dircolors/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = simple subdir = tests/dircolors +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 9a9059443..4ba1cd712 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -158,6 +158,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/du +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/expr/Makefile.in b/tests/expr/Makefile.in index 76293f00c..dda1909b7 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -159,6 +159,7 @@ TESTS_ENVIRONMENT = \ PROG=expr subdir = tests/expr +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index d8718d08a..44902544d 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -159,6 +159,7 @@ TESTS_ENVIRONMENT = \ PROG=factor subdir = tests/factor +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/fmt/Makefile.in b/tests/fmt/Makefile.in index f3903c96e..7872dc686 100644 --- a/tests/fmt/Makefile.in +++ b/tests/fmt/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = basic long-line subdir = tests/fmt +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index 90591060b..1ca087b03 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -178,6 +178,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/head +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index 72c71607c..10d54c16c 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -155,6 +155,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/install +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 45edbe93a..752c24b97 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -181,6 +181,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/join +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index ad7275ac3..00bf8db83 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -155,6 +155,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/ln +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in index 0dc0d66d2..5e510e63c 100644 --- a/tests/ls-2/Makefile.in +++ b/tests/ls-2/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = tests subdir = tests/ls-2 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 3240578fe..c948f019b 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -163,6 +163,7 @@ TESTS_ENVIRONMENT = \ PROG=ls subdir = tests/ls +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index 676b8896f..d8008106d 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = basic-1 newline-1 subdir = tests/md5sum +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/misc/Makefile.in b/tests/misc/Makefile.in index 4bcfc720b..0de0de843 100644 --- a/tests/misc/Makefile.in +++ b/tests/misc/Makefile.in @@ -164,6 +164,7 @@ TESTS = \ nl split-l printf split-a head-pos sort head-c csplit nice pathchk1 subdir = tests/misc +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 665bffbcd..3125fff85 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/Makefile.in @@ -156,6 +156,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/mkdir +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 5870f01e3..95944d63e 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -169,6 +169,7 @@ TESTS_ENVIRONMENT = \ PROG=mv subdir = tests/mv +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/od/Makefile.in b/tests/od/Makefile.in index 5354e7c07..4710401ff 100644 --- a/tests/od/Makefile.in +++ b/tests/od/Makefile.in @@ -159,6 +159,7 @@ TESTS_ENVIRONMENT = \ TESTS = od-N x8 subdir = tests/od +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index 1b39f4f2a..3fe194fbb 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -231,6 +231,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/pr +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 1983173de..246df355f 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -167,6 +167,7 @@ TESTS_ENVIRONMENT = \ PROG=rm subdir = tests/rm +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/rmdir/Makefile.in b/tests/rmdir/Makefile.in index 87ce59c2b..f6a0a7b44 100644 --- a/tests/rmdir/Makefile.in +++ b/tests/rmdir/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ PROG=rmdir subdir = tests/rmdir +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index ec3e7073c..51fa8042b 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -159,6 +159,7 @@ TESTS_ENVIRONMENT = \ PROG=seq subdir = tests/seq +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/sha1sum/Makefile.in b/tests/sha1sum/Makefile.in index 5d60ddea6..4aefef240 100644 --- a/tests/sha1sum/Makefile.in +++ b/tests/sha1sum/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = basic-1 sample-vec subdir = tests/sha1sum +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/shred/Makefile.in b/tests/shred/Makefile.in index 1986058d1..5797bc35b 100644 --- a/tests/shred/Makefile.in +++ b/tests/shred/Makefile.in @@ -159,6 +159,7 @@ TESTS_ENVIRONMENT = \ TESTS = remove exact subdir = tests/shred +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 6e7ee18cd..62d54a802 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -202,6 +202,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/sort +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index 54dba2ca7..20b162b18 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -155,6 +155,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/stty +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/sum/Makefile.in b/tests/sum/Makefile.in index 72d6a3c95..3a7929d09 100644 --- a/tests/sum/Makefile.in +++ b/tests/sum/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = basic-1 sysv subdir = tests/sum +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 4c0fc2511..6b7384ead 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -179,6 +179,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/tac +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in index 27267106d..7b173cacc 100644 --- a/tests/tail-2/Makefile.in +++ b/tests/tail-2/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = big-4gb proc-ksyms start-middle assert assert-2 subdir = tests/tail-2 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index c8fa1d817..546e96d38 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -181,6 +181,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/tail +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index e2c85b8ea..5cf0eff50 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -202,6 +202,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/test +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 7e5c12c77..f946ac6b6 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" subdir = tests/touch +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 82d15f654..37ce412c2 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -185,6 +185,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/tr +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index 6f346edb2..053a33da8 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = basic-1 subdir = tests/tsort +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in index 19a5cd815..544a0c148 100644 --- a/tests/unexpand/Makefile.in +++ b/tests/unexpand/Makefile.in @@ -160,6 +160,7 @@ TESTS_ENVIRONMENT = \ TESTS = basic-1 subdir = tests/unexpand +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index 725e65fb0..f38d500a5 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -183,6 +183,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/uniq +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index 6e42ddb00..f5c5b47bc 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -171,6 +171,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) subdir = tests/wc +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = -- cgit v1.2.3-70-g09d2