/[autoconf]/autoconf/lib/Autom4te/FileUtils.pm
ViewVC logotype

Diff of /autoconf/lib/Autom4te/FileUtils.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by akim, Wed Aug 20 12:52:19 2003 UTC revision 1.3 by akim, Thu Aug 21 16:15:40 2003 UTC
# Line 83  sub find_file ($@) Line 83  sub find_file ($@)
83        return undef;        return undef;
84      }      }
85    
86    foreach my $path (reverse @include)    foreach my $path (@include)
87      {      {
88        return File::Spec->canonpath (File::Spec->catfile ($path, $filename))        return File::Spec->canonpath (File::Spec->catfile ($path, $filename))
89          if -e File::Spec->catfile ($path, $filename)          if -e File::Spec->catfile ($path, $filename)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26