to make sure they are up to date when `check' is run.
+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
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. ##
# 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 \
fi; \
done
check-am: all-am
+ $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
$(MAKE) $(AM_MAKEFLAGS) check-local
check: check-am
all-am: Makefile