aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-12 11:31:01 +0000
committerBodo Möller <bodo@openssl.org>1999-08-12 11:31:01 +0000
commitcab161c85f6ac468450d368eef6b61f8ed725da7 (patch)
tree26b96a5fa3ed0dc0ec3f71ab07374e596045a06e /Configure
parent99cc4f075ca4a59c0cd3dafa14b23de3e8e8f771 (diff)
downloadopenssl-cab161c85f6ac468450d368eef6b61f8ed725da7.tar.gz
Disable the text about foo.h => openssl/foo.h.
Everyone should have got it by now.
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure64
1 files changed, 32 insertions, 32 deletions
diff --git a/Configure b/Configure
index d0917d85b7..1c37668f3b 100755
--- a/Configure
+++ b/Configure
@@ -739,38 +739,38 @@ EOF
}
}
-my $pwd;
-
-if($IsWindows) {
- $pwd="(current directory)";
-} else {
- $pwd =`pwd`;
- chop($pwd);
-}
-print <<EOF;
-
-NOTE: The OpenSSL header files have been moved from include/*.h
-to include/openssl/*.h. To include OpenSSL header files, now
-directives of the form
- #include <openssl/foo.h>
-should be used instead of #include <foo.h>.
-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 <foo.h>,
-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 <<EOF;
+#
+# NOTE: The OpenSSL header files have been moved from include/*.h
+# to include/openssl/*.h. To include OpenSSL header files, now
+# directives of the form
+# #include <openssl/foo.h>
+# should be used instead of #include <foo.h>.
+# 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 <foo.h>,
+# 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);