Ignore:
Timestamp:
Apr 16, 2007, 3:31:41 AM (18 years ago)
Author:
bird
Message:

Unixroot and one silly ':' issue.

File:
1 edited

Legend:

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

    r3086 r3143  
    3333$PACKAGE = '@PACKAGE@';
    3434$VERSION = '@VERSION@';
    35 $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
     35$libdir = $ENV{'UNIXROOT'}.'@datadir@/@PACKAGE@-@APIVERSION@';
     36$libdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
     37$libdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
     38
    3639
    37401;;
Note: See TracChangeset for help on using the changeset viewer.