[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    cvs commit: openssl Configure
From:       ulf () openssl ! org
Date:       1999-04-29 22:10:25
[Download RAW message or body]

ulf         30-Apr-1999 00:10:25

  Modified:    .        Configure
  Log:
  $perl should never be empty.
  
  Revision  Changes    Path
  1.65      +2 -5      openssl/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /e/openssl/cvs/openssl/Configure,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- Configure	1999/04/29 21:50:59	1.64
  +++ Configure	1999/04/29 22:10:24	1.65
  @@ -285,7 +285,7 @@
   my $perl;
   
   $ranlib=&which("ranlib") or $ranlib="true";
  -$perl=&which("perl5") or $perl=&which("perl");
  +$perl=&which("perl5") or $perl=&which("perl") or $perl="perl";
   
   &usage if ($#ARGV < 0);
   
  @@ -629,10 +629,7 @@
   	printf OUT "#define DATE \"%s\"\n", scalar gmtime();
   	close(OUT);
   } else {
  -	if ( $perl =~ /./ ) {
  -		(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
  -	} else {
  -		(system 'make -f Makefile.ssl links') == 0 or exit $?;
  +	(system "make -f Makefile.ssl PERL=\'$perl\' links") == 0 or exit $?;
   	}
   	(system 'make depend') == 0 or exit $? if $depflags ne "";
   	&dofile("tools/c_rehash",$openssldir,'^DIR=',	'DIR=%s',);
  
  
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic