Index: intro.pod
===================================================================
RCS file: /cvs/public/parrot/docs/intro.pod,v
retrieving revision 1.14
diff -r1.14 intro.pod
75c75
< version 0.0.3), but at this stage of the project an awful lot is
---
> version 0.0.10), but at this stage of the project an awful lot is
105,110c105,111
< 
< You'll then be asked a series of questions about your local
< configuration; you can almost always hit return for each one. Finally,
< you'll be told to type C<make>; with any luck, Parrot will
< successfully build the test interpreter. (If it doesn't, the address to
< complain to is at the end of this introduction...)
---
> The Configure script will then attempt to discover your local
> configuration automatically; you can supply the --ask switch if
> you wish to configure the build manually. Once Configure has
> finished successfully, type C<make> (or the name of your local C<make>
> program). With any luck, Parrot will successfully build the test 
> interpreter. (If it doesn't, the address to complain to is at the
> end of this introduction...)