It contains not more automake-time %TRANSFORM%, so that's the right
thing to do.

* automake.in (generate_makefile): Here.

Signed-off-by: Stefano Lattarini <[email protected]>
---
 automake.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/automake.in b/automake.in
index aa47315..27074b0 100644
--- a/automake.in
+++ b/automake.in
@@ -6829,7 +6829,7 @@ sub generate_makefile ($$)
 
   my $output_checks = '';
   # See if any _SOURCES (or _LIBADD, or ...) variable were misspelled.
-  $output_checks .= preprocess_file ("$libdir/am/check-typos.am");
+  $output_checks .= verbatim ('check-typos');
   # Bail out if we have encountered errors at make runtime.  The
   # relevant diagnostic should have already been reported by any
   # call to the function '$(am.error)', so we just print a generic
-- 
1.7.12.rc0


Reply via email to