Changeset 3095 for trunk/essentials/sys-devel/autoconf/bin/autoheader.in
- Timestamp:
- Apr 10, 2007, 5:20:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-devel/autoconf/bin/autoheader.in
r3092 r3095 32 32 { 33 33 my $datadir = $ENV{'autom4te_perllibdir'} || '@datadir@'; 34 $datadir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 34 35 unshift @INC, "$datadir"; 35 36 … … 54 55 # Lib files. 55 56 my $autom4te = $ENV{'AUTOM4TE'} || '@bindir@/@autom4te-name@'; 57 $autom4te =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 56 58 local $config_h; 57 59 my $config_h_in;
Note:
See TracChangeset
for help on using the changeset viewer.