/[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.32 by adl, Fri Apr 19 08:30:39 2002 UTC revision 1.33 by eggert, Fri Apr 19 19:01:36 2002 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 1994, 1999, 2000, 2001 Free Software Foundation, Inc.  # Copyright (C) 1994, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
7  # 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 21  Line 21 
21  # Originally written by David MacKenzie <djm@gnu.ai.mit.edu>.  # Originally written by David MacKenzie <djm@gnu.ai.mit.edu>.
22  # Rewritten by Akim Demaille <akim@freefriends.org>.  # Rewritten by Akim Demaille <akim@freefriends.org>.
23    
24  eval 'exec @PERL@ -S $0 ${1+"$@"}'  eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
25      if 0;      if 0;
26    
27  BEGIN  BEGIN

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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