cvsuser     04/10/06 05:14:42

  Modified:    .        Configure.pl
  Log:
  added the new ICU options to the help text
  
  Revision  Changes    Path
  1.149     +22 -8     parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/parrot/Configure.pl,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -w -r1.148 -r1.149
  --- Configure.pl      2 Oct 2004 12:43:54 -0000       1.148
  +++ Configure.pl      6 Oct 2004 12:14:42 -0000       1.149
  @@ -1,6 +1,6 @@
   #! perl -w
   # Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
  -# $Id: Configure.pl,v 1.148 2004/10/02 12:43:54 nicholas Exp $
  +# $Id: Configure.pl,v 1.149 2004/10/06 12:14:42 jrieks Exp $
   
   =head1 NAME
   
  @@ -283,7 +283,7 @@
   
     for($key) {
       /version/ && do {
  -      my $cvsid='$Id: Configure.pl,v 1.148 2004/10/02 12:43:54 nicholas Exp $';
  +      my $cvsid='$Id: Configure.pl,v 1.149 2004/10/06 12:14:42 jrieks Exp $';
         print <<"END";
   Parrot Version $parrot_version Configure 2.0
   $cvsid
  @@ -348,14 +348,28 @@
   
   ICU Options:
   
  -   --icuplatform=(platform)   Platform name to pass to ICU's runConfigureICU
  -   --icuconfigureargs=(args)  Arguments to pass to ICU's configuration script
  +   For using a system ICU, these options can be used:
  +
  +   --icu-config=/path/to/icu-config
  +                        Location of the script used for ICU autodetection.
  +                        You just need to specify this option if icu-config
  +                        is not in you PATH.
  +
  +   --icu-config=none    can be used to disable the autodetection feature.
  +                        It will also be disabled if you specify any other
  +                        of the following ICU options.
  +
  +   If you do not have a full ICU installation:
  +
  +   --icuheaders=(path)  Location of ICU headers without /unicode
  +   --icushared=(flags)  Full linker command to create shared libraries
      --icudatadir=(path)        Directory to locate ICU's data file(s)
   
  -                       For using a system ICU, these options can be used
  +   If you want to use the ICU version bundled with parrot:
   
  -   --icuheaders=(header_dir)  Location of headers w/o /unicode
  -   --icushared=(linkeroption)>  Full linker command
  +   --icuplatform=(platform)   Platform name to pass to ICU's runConfigureICU
  +   --icuconfigureargs=(args)  Arguments to pass to ICU's configuration script
  +   --icudatadir=(path)        Directory to locate ICU's data file(s)
   
   Other Options (may not be implemented):
   
  
  
  

Reply via email to