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

Diff of /autoconf/bin/autoheader.in

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

revision 1.127 by proski, Tue Feb 25 23:20:21 2003 UTC revision 1.128 by akim, Fri Feb 28 10:11:11 2003 UTC
# Line 31  BEGIN Line 31  BEGIN
31  {  {
32    my $perllibdir = $ENV{'autom4te_perllibdir'} || '@datadir@';    my $perllibdir = $ENV{'autom4te_perllibdir'} || '@datadir@';
33    unshift @INC, "$perllibdir";    unshift @INC, "$perllibdir";
34    
35      # Override SHELL.  On DJGPP SHELL may not be set to a shell
36      # that can handle redirection and quote arguments correctly,
37      # e.g.: COMMAND.COM.  For DJGPP always use the shell that configure
38      # has detected.
39      $ENV{'SHELL'} = '@SHELL@' if ($^O eq 'dos');
40  }  }
41    
42  use Autom4te::General;  use Autom4te::General;

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128

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