Disable the text about foo.h => openssl/foo.h.

Everyone should have got it by now.
This commit is contained in:
Bodo Möller 1999-08-12 11:31:01 +00:00
parent 99cc4f075c
commit cab161c85f

View File

@ -739,38 +739,38 @@ EOF
} }
} }
my $pwd; # my $pwd;
#
if($IsWindows) { # if($IsWindows) {
$pwd="(current directory)"; # $pwd="(current directory)";
} else { # } else {
$pwd =`pwd`; # $pwd =`pwd`;
chop($pwd); # chop($pwd);
} # }
print <<EOF; # print <<EOF;
#
NOTE: The OpenSSL header files have been moved from include/*.h # NOTE: The OpenSSL header files have been moved from include/*.h
to include/openssl/*.h. To include OpenSSL header files, now # to include/openssl/*.h. To include OpenSSL header files, now
directives of the form # directives of the form
#include <openssl/foo.h> # #include <openssl/foo.h>
should be used instead of #include <foo.h>. # should be used instead of #include <foo.h>.
These new file locations allow installing the OpenSSL header # These new file locations allow installing the OpenSSL header
files in /usr/local/include/openssl/ and should help avoid # files in /usr/local/include/openssl/ and should help avoid
conflicts with other libraries. # conflicts with other libraries.
#
To compile programs that use the old form <foo.h>, # To compile programs that use the old form <foo.h>,
usually an additional compiler option will suffice: E.g., add # usually an additional compiler option will suffice: E.g., add
-I$prefix/include/openssl # -I$prefix/include/openssl
or # or
-I$pwd/include/openssl # -I$pwd/include/openssl
to the CFLAGS in the Makefile of the program that you want to compile # to the CFLAGS in the Makefile of the program that you want to compile
(and leave all the original -I...'s in place!). # (and leave all the original -I...'s in place!).
#
Please make sure that no old OpenSSL header files are around: # Please make sure that no old OpenSSL header files are around:
The include directory should now be empty except for the openssl # The include directory should now be empty except for the openssl
subdirectory. # subdirectory.
#
EOF # EOF
print <<\EOF if (!$no_threads && !$threads); print <<\EOF if (!$no_threads && !$threads);