]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
authorAkim Demaille <akim@epita.fr>
Tue, 5 Feb 2002 08:28:08 +0000 (08:28 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Feb 2002 08:28:08 +0000 (08:28 +0000)
to make sure they are up to date when `check' is run.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index ba388a379a53cb8e40bc94ba7bd51f1780dc4ec5..3276d64154b4c07aa31addd1b340a58aaeb80234 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-05  Akim Demaille  <akim@epita.fr>
+
+       * tests/Makefile.am (check_SCRIPTS): Use it, instead of WRAPPERS,
+       to make sure they are up to date when `check' is run.
+
 2002-02-05  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Making testsuite Scripts): Document
index 863bd7c281e5d9fcb0f5400d80e0614d2f33adca..2cd308a77e4354b734b6106139ecdf8d027388fe 100644 (file)
@@ -24,9 +24,10 @@ EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \
              atlocal.in package.m4
 
 # Running the uninstalled scripts.
-WRAPPERS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
+check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
 
-DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(WRAPPERS)
+# FIXME: Why doesn't Automake clean these?
+DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
 
 ## ------------ ##
 ## package.m4.  ##
index d393bbf0d4d1b71e0fa851b1f4f4d88ea1ae76fb..c72281f753551f01a1ca754348d839b8499c3c3b 100644 (file)
@@ -86,9 +86,10 @@ EXTRA_DIST = $(TESTSUITE_AT) atspecific.m4 mktests.sh \
 
 
 # Running the uninstalled scripts.
-WRAPPERS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
+check_SCRIPTS = autoconf autoheader autoreconf autom4te autoscan autoupdate ifnames
 
-DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(WRAPPERS)
+# FIXME: Why doesn't Automake clean these?
+DISTCLEANFILES = atconfig atlocal $(TESTSUITE) $(check_SCRIPTS)
 
 TESTSUITE_GENERATED_AT = \
        aclang.at acc.at acfortran.at \
@@ -197,6 +198,7 @@ distdir: $(DISTFILES)
          fi; \
        done
 check-am: all-am
+       $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
        $(MAKE) $(AM_MAKEFLAGS) check-local
 check: check-am
 all-am: Makefile