X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=config.com;h=46ccaa20d33dfeff4cfd06ccae7855fc11840807;hp=5b549955d0907f4b55b262d0f9e857598d1180f8;hb=906032d5a04f8cf8af5f515e0a8ea44a2285a2cc;hpb=2238119751bb95efc1dfafabf0e70e86f71fc6f6 diff --git a/config.com b/config.com index 5b549955d0..46ccaa20d3 100644 --- a/config.com +++ b/config.com @@ -1,5 +1,5 @@ $ ! OpenSSL config: determine the architecture and run Configure -$ ! Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. +$ ! Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. $ ! $ ! Licensed under the OpenSSL license (the "License"). You may not use $ ! this file except in compliance with the License. You can obtain a @@ -73,7 +73,7 @@ $ collected_args = collected_args + " --debug" $ P = "" $ ENDIF $ IF P .NES. "" THEN - - collected_args = collected_args + " " + P1 + collected_args = collected_args + " """ + P1 + """" $ P1 = P2 $ P2 = P3 $ P3 = P4 @@ -87,7 +87,7 @@ $ ENDLOOP1: $ $ target = "vms-''arch'''pointer_size'" $ IF verbose THEN - - WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""''collected_args'" + WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""",collected_args $ IF .not. dryrun THEN - - PERL 'here'Configure "''target'" 'debug' 'collected_args' + PERL 'here'Configure "''target'"'collected_args' $ EXIT $STATUS