cvsuser     03/11/27 10:42:15

  Modified:    .        Configure.pl
  Log:
  Usage update.
  
  Document --verbose flag
  Remove space in --debugging = 0 they were wrong
  
  Revision  Changes    Path
  1.129     +4 -3      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/parrot/Configure.pl,v
  retrieving revision 1.128
  retrieving revision 1.129
  diff -u -w -r1.128 -r1.129
  --- Configure.pl      28 Oct 2003 07:32:34 -0000      1.128
  +++ Configure.pl      27 Nov 2003 18:42:15 -0000      1.129
  @@ -2,7 +2,7 @@
   #
   # Configure.pl 2.0
   #
  -# $Id: Configure.pl,v 1.128 2003/10/28 07:32:34 leo Exp $
  +# $Id: Configure.pl,v 1.129 2003/11/27 18:42:15 boemmels Exp $
   #
   # Author: Brent Dax
   #
  @@ -32,7 +32,7 @@
   
     for($key) {
       /version/ && do {
  -      my $cvsid='$Id: Configure.pl,v 1.128 2003/10/28 07:32:34 leo Exp $';
  +      my $cvsid='$Id: Configure.pl,v 1.129 2003/11/27 18:42:15 boemmels Exp $';
         print <<"END";
   Parrot Version $parrot_version Configure 2.0
   $cvsid
  @@ -50,6 +50,7 @@
      --nomanicheck        Don't check the MANIFEST
      --maintainer         Use this option if you are hacking Parrot.
                           This needs working lex/flex/yacc/bison programs.
  +   --verbose            Output extra information
   
   Parrot Configuration Options:
      --ask                Have Configure ask for commonly-changed info
  
  
  

Reply via email to