(DISTCLEANFILES): Remove $(check_SCRIPTS).
+2005-06-03 Stepan Kasal <kasal@ucw.cz>
+
+ * tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
+ (DISTCLEANFILES): Remove $(check_SCRIPTS).
+
2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
* lib/autotest/general.m4 (AT_INIT): Don't create a regular
atlocal.in package.m4 wrapper.as
# Running the uninstalled scripts.
-check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
-
-DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
+check_SCRIPTS = $(wrappers)
+DISTCLEANFILES = atconfig atlocal $(TESTSUITE)
MAINTAINERCLEANFILES = Makefile.in
# Import the dependencies on Autotest and M4sh.