cvsuser     01/12/12 08:09:55

  Modified:    .        Configure.pl
  Log:
  Setting a variable with the make command name is useful.
  
  Revision  Changes    Path
  1.35      +2 -1      parrot/Configure.pl
  
  Index: Configure.pl
  ===================================================================
  RCS file: /home/perlcvs/parrot/Configure.pl,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -w -r1.34 -r1.35
  --- Configure.pl      8 Dec 2001 23:05:01 -0000       1.34
  +++ Configure.pl      12 Dec 2001 16:09:55 -0000      1.35
  @@ -20,7 +20,7 @@
   );
   
   if($opt_version) {
  -     print '$Id: Configure.pl,v 1.34 2001/12/08 23:05:01 simon Exp $' . "\n";
  +     print '$Id: Configure.pl,v 1.35 2001/12/12 16:09:55 dan Exp $' . "\n";
        exit;
   }
   
  @@ -91,6 +91,7 @@
        numlow =>       '(~0xfff)',
        strlow =>       '(~0xfff)',
        pmclow =>       '(~0xfff)',
  +     make=>          $Config{make},
        
        platform =>     $^O,
        cp =>           'cp',
  
  
  


Reply via email to