/[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.42 by akim, Fri Feb 28 10:11:11 2003 UTC revision 1.43 by akim, Fri May 16 09:54:47 2003 UTC
# Line 1  Line 1 
1  #! @PERL@ -w  #! @PERL@ -w
2  # -*- perl -*-  # -*- perl -*-
3  # autoupdate - modernize an Autoconf file.  # autoupdate - modernize an Autoconf file.
4  # Copyright (C) 1994, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.  # Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003
5    # Free Software Foundation, Inc.
6    
7  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
8  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 26  eval 'case $# in 0) exec @PERL@ -S "$0"; Line 27  eval 'case $# in 0) exec @PERL@ -S "$0";
27    
28  BEGIN  BEGIN
29  {  {
30    my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@";    my $datadir = $ENV{'autom4te_perllibdir'} || '@datadir@';
31    unshift @INC, "$perllibdir";    unshift @INC, $datadir;
32    
33    # Override SHELL.  On DJGPP SHELL may not be set to a shell    # Override SHELL.  On DJGPP SHELL may not be set to a shell
34    # that can handle redirection and quote arguments correctly,    # that can handle redirection and quote arguments correctly,
# Line 79  Report bugs to <bug-autoconf\@gnu.org>. Line 80  Report bugs to <bug-autoconf\@gnu.org>.
80  $version = "autoupdate (@PACKAGE_NAME@) @VERSION@  $version = "autoupdate (@PACKAGE_NAME@) @VERSION@
81  Written by David J. MacKenzie and Akim Demaille.  Written by David J. MacKenzie and Akim Demaille.
82    
83  Copyright 2002 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
84  This is free software; see the source for copying conditions.  There is NO  This is free software; see the source for copying conditions.  There is NO
85  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
86  ";  ";

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

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