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/aclocal.in

    r3140 r3142  
    3131{
    3232  my $perllibdir = $ENV{'perllibdir'} || $ENV{'UNIXROOT'}.'@datadir@/@PACKAGE@-@APIVERSION@';
     33  $perllibdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    3334  $perllibdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    3435  unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir);
     
    4849# Note also that the versioned directory is handled later.
    4950$acdir = $ENV{'UNIXROOT'}.'@datadir@/aclocal';
     51$acdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    5052$acdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    5153$default_acdir = $acdir;
Note: See TracChangeset for help on using the changeset viewer.