/[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.90 by akim, Fri Feb 28 10:11:11 2003 UTC revision 1.91 by akim, Fri May 16 09:54:47 2003 UTC
# Line 1  Line 1 
1  #! @PERL@ -w  #! @PERL@ -w
2  # -*- perl -*-  # -*- perl -*-
3  # autoscan - Create configure.scan (a preliminary configure.ac) for a package.  # autoscan - Create configure.scan (a preliminary configure.ac) for a package.
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 25  eval 'case $# in 0) exec @PERL@ -S "$0"; Line 26  eval 'case $# in 0) exec @PERL@ -S "$0";
26    
27  BEGIN  BEGIN
28  {  {
29    my $perllibdir = $ENV{'autom4te_perllibdir'} || "@datadir@";    my $datadir = $ENV{'autom4te_perllibdir'} || '@datadir@';
30    unshift @INC, "$perllibdir";    unshift @INC, $datadir;
31    
32    # Override SHELL.  On DJGPP SHELL may not be set to a shell    # Override SHELL.  On DJGPP SHELL may not be set to a shell
33    # that can handle redirection and quote arguments correctly,    # that can handle redirection and quote arguments correctly,
# Line 119  Report bugs to <bug-autoconf\@gnu.org>.\ Line 120  Report bugs to <bug-autoconf\@gnu.org>.\
120  $version = "autoscan (@PACKAGE_NAME@) @VERSION@  $version = "autoscan (@PACKAGE_NAME@) @VERSION@
121  Written by David J. MacKenzie and Akim Demaille.  Written by David J. MacKenzie and Akim Demaille.
122    
123  Copyright 2002 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
124  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
125  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
126    

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

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