cvs commit: ponie Configure.pl

[email protected] (Nicholas Clark) 21 Jul 2004 09:46:07 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     04/07/21 02:46:07

  Modified:    .        Configure.pl
  Log:
  No need to specify the ICU data directory any more
  
  Revision  Changes    Path
  1.32      +3 -3      ponie/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/ponie/Configure.pl,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -w -r1.31 -r1.32
  --- Configure.pl	11 Jul 2004 17:59:35 -0000	1.31
  +++ Configure.pl	21 Jul 2004 09:46:07 -0000	1.32
  @@ -1,9 +1,9 @@
   #!/usr/bin/perl -w
  -# $Id: Configure.pl,v 1.31 2004/07/11 17:59:35 nicholas Exp $
  +# $Id: Configure.pl,v 1.32 2004/07/21 09:46:07 nicholas Exp $
   
   use strict;
   use Config;
  -use Data::Dumper qw(Dumper);
  +# use Data::Dumper qw(Dumper);
   
   use FindBin;
   
  @@ -79,7 +79,7 @@
   
   system($^X,'Configure.pl', "--gc=libc",
          "--ccflags= :add{ -I$dir/perl}",
  -       "--icudatadir=$FindBin::Bin/parrot/blib/lib/icu/2.6.1")
  +       @ARGV)
     && die "error";
   chdir($dir) || die "chdir $dir: $!";