From: Richard Levitte Date: Tue, 11 Jan 2000 13:07:21 +0000 (+0000) Subject: Make sure that generated files are labeled as such (except in dofile(), for now) X-Git-Tag: OpenSSL_0_9_5beta1~298 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f1d712ce80e03d16c6728fb03849874bad530598;ds=sidebyside Make sure that generated files are labeled as such (except in dofile(), for now) --- 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/)