Also, due to the amendedings to previous patches in the series,
the following squash-in is now necessary.

-*-*-

diff --git a/automake.in b/automake.in
index 06146cb..578df7c 100644
--- a/automake.in
+++ b/automake.in
@@ -8521,7 +8521,7 @@ sub parse_arguments ()
       &parse_warnings ('-W', $warning);
     }
 
-  $am_remake_options{strictness} = ($cygnus ? 'cygnus' : $strictness);
+  $am_remake_options{strictness} = ($cygnus ? 'cygnus' : $strict);
   $am_remake_options{ignore_deps} = $ignore_deps;
 
   return unless @ARGV;

Reply via email to