automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 89-stricter-vars.patch


From: Akim Demaille
Subject: Re: 89-stricter-vars.patch
Date: 28 Feb 2001 20:48:01 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)

Akim Demaille <address@hidden> writes:

> There is another problem: installsh.test

I found my error, I had not realized that $errdir had to be kept
common to each iteration over @require_file_paths.  If you apply all
my previous patches, plus this:

/tmp/am % diff -u automake.in.old automake.in                    nostromo Err 2
--- automake.in.old     Wed Feb 28 20:44:54 2001
+++ automake.in Wed Feb 28 20:44:57 2001
@@ -7375,6 +7375,7 @@
         my $fullfile;
        my $errfile;
        my $save_dir;
+       my $errdir;
 
        # If we've already looked for it, we're done.
        next if defined $require_file_found{$file};
@@ -7384,7 +7385,6 @@
        my $dangling_sym = 0;
        foreach my $dir (@require_file_paths)
        {
-           my $errdir;
            if ($dir eq '.')
            {
                $fullfile = $relative_dir . "/" . $file;


there remains two global variables, an happy use strict, and an happy
make check.

Tom?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]