`./autom4te' to create `./testsuite', since the `all' target
will ensure its presence, but `installcheck' should not create
the uninstalled wrappers.
2006-05-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
+ `./autom4te' to create `./testsuite', since the `all' target
+ will ensure its presence, but `installcheck' should not create
+ the uninstalled wrappers.
+
* tests/torture.at (Unusual Automake input files): Skip if we
detect automake < 1.8.
# Run the non installed autom4te.
# Don't use AUTOM4TE since `make alpha' makes it unavailable although
# we are allowed to use it (since we ship it).
-AUTOTEST = ./autom4te --language=autotest
+AUTOTEST = $(MY_AUTOM4TE) --language=autotest
$(TESTSUITE): $(srcdir)/package.m4 \
local.at \
$(TESTSUITE_AT) \
# Run the non installed autom4te.
# Don't use AUTOM4TE since `make alpha' makes it unavailable although
# we are allowed to use it (since we ship it).
-AUTOTEST = ./autom4te --language=autotest
+AUTOTEST = $(MY_AUTOM4TE) --language=autotest
# The files which contain macros we check for syntax. Use $(top_srcdir)
# for the benefit of non-GNU make. Fix the names in the rule below