From: Bodo Möller Date: Thu, 9 Sep 1999 20:21:10 +0000 (+0000) Subject: Re-enable message about transition => X-Git-Tag: OpenSSL_0_9_5beta1~530 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=63d3f44abfda10bea4263b48021c25f610188678;hp=d680ba861745f77d34b14a0d2e9faeafc187bb65 Re-enable message about transition => because various programs are not updated that often and hence still expect header files names without the openssl/ prefix. --- diff --git a/Configure b/Configure index 27100322f3..f3aa10258f 100755 --- a/Configure +++ b/Configure @@ -741,38 +741,38 @@ EOF } } -# my $pwd; -# -# if($IsWindows) { -# $pwd="(current directory)"; -# } else { -# $pwd =`pwd`; -# chop($pwd); -# } -# print < -# should be used instead of #include . -# These new file locations allow installing the OpenSSL header -# files in /usr/local/include/openssl/ and should help avoid -# conflicts with other libraries. -# -# To compile programs that use the old form , -# usually an additional compiler option will suffice: E.g., add -# -I$prefix/include/openssl -# or -# -I$pwd/include/openssl -# to the CFLAGS in the Makefile of the program that you want to compile -# (and leave all the original -I...'s in place!). -# -# Please make sure that no old OpenSSL header files are around: -# The include directory should now be empty except for the openssl -# subdirectory. -# -# EOF +my $pwd; + +if($IsWindows) { + $pwd="(current directory)"; +} else { + $pwd =`pwd`; + chop($pwd); +} +print < +should be used instead of #include . +These new file locations allow installing the OpenSSL header +files in /usr/local/include/openssl/ and should help avoid +conflicts with other libraries. + +To compile programs that use the old form , +usually an additional compiler option will suffice: E.g., add + -I$prefix/include/openssl +or + -I$pwd/include/openssl +to the CFLAGS in the Makefile of the program that you want to compile +(and leave all the original -I...'s in place!). + +Please make sure that no old OpenSSL header files are around: +The include directory should now be empty except for the openssl +subdirectory. + +EOF print <<\EOF if (!$no_threads && !$threads);