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

Diff of /autoconf/bin/autoupdate.in

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

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

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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