Ignore:
Timestamp:
Apr 16, 2007, 4:19:20 AM (18 years ago)
Author:
bird
Message:

Unixroot and the drive letter fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/automake-1.10/lib/Automake/Config.in

    r3147 r3150  
    3232our $VERSION = '@VERSION@';
    3333our $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
     34$libdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
     35$libdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
     36
    3437
    35381;;
Note: See TracChangeset for help on using the changeset viewer.