- Timestamp:
- Apr 15, 2007, 8:17:25 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-devel/autoconf/lib/Autom4te/FileUtils.pm
r3092 r3114 74 74 75 75 my ($file_name, @include) = @_; 76 $file_name =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't grok @unixroot. 76 77 my $optional = 0; 77 78 … … 86 87 foreach my $path (@include) 87 88 { 89 $path =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't grok @unixroot. 88 90 return File::Spec->canonpath (File::Spec->catfile ($path, $file_name)) 89 91 if -e File::Spec->catfile ($path, $file_name)
Note:
See TracChangeset
for help on using the changeset viewer.