X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=config.com;h=1e1b925ab8f76e05da739c28210067481a2a3470;hp=7a1b351b4653cac8e9920de37cea4603427d9035;hb=2fce15b58b2502a614529707eb45b6e5cac4eb15;hpb=ffb261ff192b1af83726305aee17d025ff8fe352 diff --git a/config.com b/config.com index 7a1b351b46..1e1b925ab8 100644 --- a/config.com +++ b/config.com @@ -1,7 +1,7 @@ $ ! 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 +$ ! Licensed under the Apache License 2.0 (the "License"). You may not use $ ! this file except in compliance with the License. You can obtain a $ ! copy in the file LICENSE in the source distribution or at $ ! https://www.openssl.org/source/license.html @@ -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,8 +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' -$ ENDIF + PERL 'here'Configure "''target'"'collected_args' $ EXIT $STATUS