]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 May 2006 21:26:36 +0000 (21:26 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 9 May 2006 21:26:36 +0000 (21:26 +0000)
`./autom4te' to create `./testsuite', since the `all' target
will ensure its presence, but `installcheck' should not create
the uninstalled wrappers.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 37aef9efead6708fd4c4f664393dc08db2bdb2c3..87d15cdff26aee64375680f23a71757b4e61f7dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
index ab9f7097aaf918ca15e91ef35dc80f62e201ec5a..a8708a9a01d2999bec052d3a84660fcafbd2bbfa 100644 (file)
@@ -109,7 +109,7 @@ TESTSUITE = ./testsuite
 # 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) \
index 7accdf3ef0a8ca6732bd03ffb096f2e64483b5ca..46e733958259a5069d1199e7fe83a57daa279a25 100644 (file)
@@ -236,7 +236,7 @@ TESTSUITE = ./testsuite
 # 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