]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (check_SCRIPTS): Set to $(wrappers).
authorStepan Kasal <kasal@ucw.cz>
Fri, 3 Jun 2005 13:16:39 +0000 (13:16 +0000)
committerStepan Kasal <kasal@ucw.cz>
Fri, 3 Jun 2005 13:16:39 +0000 (13:16 +0000)
(DISTCLEANFILES): Remove $(check_SCRIPTS).

ChangeLog
tests/Makefile.am

index fa7ad4ffd07594d7633bbe74066b87de5f8968bc..867b85390512514dca357e7fe879baae84cc63fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index bb98044eed0e2dc9f7108351940fe6f454a3a386..f3e96ea10ef5b5336444e6b96ca7076eb36c98ea 100644 (file)
@@ -25,9 +25,8 @@ EXTRA_DIST = $(TESTSUITE_AT) local.at mktests.sh \
             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.