Ignore:
Timestamp:
Apr 10, 2007, 5:20:09 AM (18 years ago)
Author:
bird
Message:

unixroot changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/autoconf/bin/autom4te.in

    r3092 r3095  
    2828{
    2929  my $datadir = $ENV{'autom4te_perllibdir'} || '@datadir@';
     30  $datadir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    3031  unshift @INC, $datadir;
    3132
     
    4849# Data directory.
    4950my $datadir = $ENV{'AC_MACRODIR'} || '@datadir@';
     51$datadir =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    5052
    5153# $LANGUAGE{LANGUAGE} -- Automatic options for LANGUAGE.
     
    8991# $M4.
    9092my $m4 = $ENV{"M4"} || '@M4@';
     93$m4 =~ s/\/\@unixroot/$ENV{'UNIXROOT'}/; # The EMX built perl doesn't know @unixroot.
    9194# Some non-GNU m4's don't reject the --help option, so give them /dev/null.
    9295fatal "need GNU m4 1.4 or later: $m4"
Note: See TracChangeset for help on using the changeset viewer.