Author: jkeenan Date: Tue Mar 27 18:32:22 2007 New Revision: 17803 Modified: branches/reconfigure/Configure.pl
Log: Deleted from POD discussion of 'flex_required' and 'bison_required' options, as these options no longer appear in the list of possible options (now found in Parrot::Configure::Options). Modified: branches/reconfigure/Configure.pl ============================================================================== --- branches/reconfigure/Configure.pl (original) +++ branches/reconfigure/Configure.pl Tue Mar 27 18:32:22 2007 @@ -212,18 +212,10 @@ Specify which lexer to use. -=item C<--flex_required=X.Y.Z> - -Override the minimum acceptable flex version. - =item C<--yacc=(parser)> Specify which parser to use. -=item C<--bison_required=X.Y> - -Override the minimum acceptable bison version. - =item C<--define=val1[,val2]> Generate "#define PARROT_DEF_VAL1 1" ... entries in has_header.h. Currently @@ -339,3 +331,13 @@ # fill-column: 100 # End: # vim: expandtab shiftwidth=4: + +__END__ +=item C<--flex_required=X.Y.Z> + +Override the minimum acceptable flex version. + +=item C<--bison_required=X.Y> + +Override the minimum acceptable bison version. +
