- Timestamp:
- Apr 16, 2007, 1:44:04 AM (18 years ago)
- Location:
- trunk/essentials/sys-devel/automake-1.8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-devel/automake-1.8/aclocal.in
r3140 r3142 31 31 { 32 32 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. 33 34 $perllibdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 34 35 unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir); … … 48 49 # Note also that the versioned directory is handled later. 49 50 $acdir = $ENV{'UNIXROOT'}.'@datadir@/aclocal'; 51 $acdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 50 52 $acdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 51 53 $default_acdir = $acdir; -
trunk/essentials/sys-devel/automake-1.8/automake.in
r3140 r3142 33 33 { 34 34 my $perllibdir = $ENV{'perllibdir'} || $ENV{'UNIXROOT'}.'@datadir@/@PACKAGE@-@APIVERSION@'; 35 $perllibdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 35 36 $perllibdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 36 37 unshift @INC, (split '@PATH_SEPARATOR@', $perllibdir); -
trunk/essentials/sys-devel/automake-1.8/lib/Automake/Config.in
r3140 r3142 34 34 $VERSION = '@VERSION@'; 35 35 $libdir = $ENV{'UNIXROOT'}.'@datadir@/@PACKAGE@-@APIVERSION@'; 36 $libdir =~ s/$ENV{'UNIXROOT'}\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 36 37 $libdir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 37 38
Note:
See TracChangeset
for help on using the changeset viewer.