Changeset 3114 for trunk


Ignore:
Timestamp:
Apr 15, 2007, 8:17:25 PM (18 years ago)
Author:
bird
Message:

More @unixroot.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/autoconf/lib/Autom4te/FileUtils.pm

    r3092 r3114  
    7474
    7575  my ($file_name, @include) = @_;
     76  $file_name =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't grok @unixroot.
    7677  my $optional = 0;
    7778
     
    8687      foreach my $path (@include)
    8788        {
     89          $path =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't grok @unixroot.
    8890          return File::Spec->canonpath (File::Spec->catfile ($path, $file_name))
    8991            if -e File::Spec->catfile ($path, $file_name)
Note: See TracChangeset for help on using the changeset viewer.