From f1d712ce80e03d16c6728fb03849874bad530598 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 11 Jan 2000 13:07:21 +0000 Subject: [PATCH] Make sure that generated files are labeled as such (except in dofile(), for now) --- Configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure b/Configure index 0c3b1dd3b6..e4faad741e 100755 --- a/Configure +++ b/Configure @@ -543,6 +543,7 @@ if ($version =~ /(^[0-9]*)\.([0-9\.]*)/) open(IN,'$Makefile") || die "unable to create $Makefile:$!\n"; +print OUT "### Generated automatically from Makefile.org by Configure.\n\n"; my $sdirs=0; while () { @@ -648,6 +649,7 @@ foreach (sort split(/\s+/,$bn_ops)) open(IN,'crypto/opensslconf.h') || die "unable to create crypto/opensslconf.h:$!\n"; +print OUT "/* Generated automatically from opensslconf.h.in by Configure. */\n\n"; while () { if (/^#define\s+OPENSSLDIR/) -- GitLab