cvsuser     02/03/19 14:53:57

  Modified:    .        Configure.pl
  Log:
  Parrot is called parrot.
  
  Revision  Changes    Path
  1.101     +3 -3      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /cvs/public/parrot/Configure.pl,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -w -r1.100 -r1.101
  --- Configure.pl      19 Mar 2002 18:09:04 -0000      1.100
  +++ Configure.pl      19 Mar 2002 22:53:57 -0000      1.101
  @@ -2,7 +2,7 @@
   #
   # Configure.pl
   #
  -# $Id: Configure.pl,v 1.100 2002/03/19 18:09:04 dan Exp $
  +# $Id: Configure.pl,v 1.101 2002/03/19 22:53:57 simon Exp $
   #
   # Author: Brent Dax
   #
  @@ -77,7 +77,7 @@
   
   if($opt_version) {
       print "Parrot Version $parrot_version Configure\n";
  -    print '$Id: Configure.pl,v 1.100 2002/03/19 18:09:04 dan Exp $' . "\n";
  +    print '$Id: Configure.pl,v 1.101 2002/03/19 22:53:57 simon Exp $' . "\n";
       exit;
   }
   
  @@ -208,7 +208,7 @@
       ld_shared     => '-shared',
   
       perl          => $^X,
  -    test_prog     => 'test_parrot',
  +    test_prog     => 'parrot',
       debugging     => $opt_debugging,
       rm_f          => 'rm -f',
       rm_rf         => 'rm -rf',
  
  
  


Reply via email to