From 047f0292d56b47f097236b879ab623f1663894b8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 2 Feb 2018 12:30:14 +0100 Subject: [PATCH] Add a comment in configdata.pm regarding script-only variables Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5247) --- Configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure b/Configure index 5ca4f8fcc5..fb0534a7d7 100755 --- a/Configure +++ b/Configure @@ -2304,6 +2304,8 @@ if ($builder eq "unified") { EOF } +print OUT + "# The following data is only used when this files is use as a script\n"; print OUT "my \%makevars = (\n"; foreach (sort keys %user) { print OUT ' ',$_,' ' x (20 - length $_),'=> ', -- 2.25.1