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

Diff of /autoconf/bin/ifnames.in

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

revision 1.28 by akim, Fri Feb 28 10:11:11 2003 UTC revision 1.29 by akim, Fri May 16 09:54:47 2003 UTC
# Line 7  eval 'case $# in 0) exec @PERL@ -S "$0"; Line 7  eval 'case $# in 0) exec @PERL@ -S "$0";
7    
8  # ifnames - print the identifiers used in C preprocessor conditionals  # ifnames - print the identifiers used in C preprocessor conditionals
9    
10  # Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002 Free Software  # Copyright (C) 1994, 1995, 1999, 2000, 2001, 2002, 2003 Free Software
11  # Foundation, Inc.  # Foundation, Inc.
12    
13  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
# Line 33  eval 'case $# in 0) exec @PERL@ -S "$0"; Line 33  eval 'case $# in 0) exec @PERL@ -S "$0";
33    
34  BEGIN  BEGIN
35  {  {
36    my $datadir = ($ENV{'autom4te_perllibdir'} || '@datadir@');    my $datadir = $ENV{'autom4te_perllibdir'} || '@datadir@';
37    unshift @INC, "$datadir";    unshift @INC, $datadir;
38    
39    # Override SHELL.  On DJGPP SHELL may not be set to a shell    # Override SHELL.  On DJGPP SHELL may not be set to a shell
40    # that can handle redirection and quote arguments correctly,    # that can handle redirection and quote arguments correctly,
# Line 69  $version = "\ Line 69  $version = "\
69  ifnames (@PACKAGE_NAME@) @VERSION@  ifnames (@PACKAGE_NAME@) @VERSION@
70  Written by David J. MacKenzie and Paul Eggert.  Written by David J. MacKenzie and Paul Eggert.
71    
72  Copyright 2002 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
73  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
74  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
75  ";  ";

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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