Ignore:
Timestamp:
Apr 16, 2007, 1:44:04 AM (18 years ago)
Author:
bird
Message:

Unixroot.

File:
1 edited

Legend:

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

    r3140 r3142  
    3434$VERSION = '@VERSION@';
    3535$libdir = $ENV{'UNIXROOT'}.'@datadir@/@PACKAGE@-@APIVERSION@';
     36$libdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    3637$libdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    3738
Note: See TracChangeset for help on using the changeset viewer.