/[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.39 by akim, Mon Sep 2 07:41:56 2002 UTC revision 1.40 by akim, Wed Oct 16 06:38:50 2002 UTC
# Line 55  or else `configure.in', to the syntax of Line 55  or else `configure.in', to the syntax of
55  Autoconf.  The original files are backed up.  Autoconf.  The original files are backed up.
56    
57  Operation modes:  Operation modes:
58    -h, --help           print this help, then exit    -h, --help                 print this help, then exit
59    -V, --version        print version number, then exit    -V, --version              print version number, then exit
60    -v, --verbose        verbosely report processing    -v, --verbose              verbosely report processing
61    -d, --debug          don't remove temporary files    -d, --debug                don't remove temporary files
62    -B, --prepend-include=DIR  prepend directory DIR to search path    -B, --prepend-include=DIR  prepend directory DIR to search path
63    -I, --include=DIR          append directory DIR to search path    -I, --include=DIR          append directory DIR to search path
64    -f, --force          consider all files obsolete    -f, --force                consider all files obsolete
65    
66  Report bugs to <bug-autoconf\@gnu.org>.  Report bugs to <bug-autoconf\@gnu.org>.
67  ";  ";
# Line 88  sub parse_args () Line 88  sub parse_args ()
88  {  {
89    my $srcdir;    my $srcdir;
90    
91    getopt ('I|include|A|autoconf-dir|m|macrodir|l|localdir=s' => \@include,    getopt ('I|include=s'         => \@include,
92            'B|prepend-include=s' => \@prepend_include,            'B|prepend-include=s' => \@prepend_include,
93            'f|force' => \$force);            'f|force'             => \$force);
94    
95    if (! @ARGV)    if (! @ARGV)
96      {      {

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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