Changeset 3095 for trunk/essentials/sys-devel/autoconf/bin/autom4te.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/autom4te.in
r3092 r3095 28 28 { 29 29 my $datadir = $ENV{'autom4te_perllibdir'} || '@datadir@'; 30 $datadir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 30 31 unshift @INC, $datadir; 31 32 … … 48 49 # Data directory. 49 50 my $datadir = $ENV{'AC_MACRODIR'} || '@datadir@'; 51 $datadir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 50 52 51 53 # $LANGUAGE{LANGUAGE} -- Automatic options for LANGUAGE. … … 89 91 # $M4. 90 92 my $m4 = $ENV{"M4"} || '@M4@'; 93 $m4 =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot. 91 94 # Some non-GNU m4's don't reject the --help option, so give them /dev/null. 92 95 fatal "need GNU m4 1.4 or later: $m4"
Note:
See TracChangeset
for help on using the changeset viewer.