/[autoconf]/autoconf/bin/autoscan.in
ViewVC logotype

Diff of /autoconf/bin/autoscan.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.89 by adl, Thu Nov 7 14:11:31 2002 UTC revision 1.90 by akim, Fri Feb 28 10:11:11 2003 UTC
# Line 27  BEGIN Line 27  BEGIN
27  {  {
28    my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@";    my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@";
29    unshift @INC, "$perllibdir";    unshift @INC, "$perllibdir";
30    
31      # Override SHELL.  On DJGPP SHELL may not be set to a shell
32      # that can handle redirection and quote arguments correctly,
33      # e.g.: COMMAND.COM.  For DJGPP always use the shell that configure
34      # has detected.
35      $ENV{'SHELL'} = '@SHELL@' if ($^O eq 'dos');
36  }  }
37    
38  use Autom4te::General;  use Autom4te::General;

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26