From: Ralf Wildenhues Date: Tue, 9 May 2006 21:26:36 +0000 (+0000) Subject: * tests/Makefile.am (AUTOTEST): Use `$(MY_AUTOM4TE)' instead of X-Git-Tag: AUTOCONF-2.59d~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777bf51caaffc9924d6430ac7770aa4563cd3ed6;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 37aef9efe..87d15cdff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-05-09 Ralf Wildenhues + * 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. diff --git a/tests/Makefile.am b/tests/Makefile.am index ab9f7097a..a8708a9a0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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) \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 7accdf3ef..46e733958 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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