Greetings,
This message has been automatically generated in response to the
creation of a trouble ticket regarding:
"DJGPP patch for openssl-0.9.7 (install_docs)",
a summary of which appears below.
There is no need to reply to this message right now. Your ticket has been
assigned an ID of [openssl.org #398].
Please include the string:
[openssl.org #398]
in the subject line of all future correspondence about this issue. To do so,
you may reply to this message.
Thank you,
-------------------------------------------------------------------------
I have finally been able to debug the problem with make install_docs
under DJGPP. Part of the problem relates to lack of symbolic links.
The other has to do with filenames with different case actually
referring to the same file (i.e. hmac.3 and HMAC.3 are the same file
on a DOS/Windows system). This patch should fix the problem and allow
the documentation to be installed. The only drawback is that man
files with names identical to the original except for case will no
longer be linked. For example, it no longer makes a link of HMAC.3 to
hmac.3. I hope that the regex construction "\>" is portable and not a
GNU extension. If it isn't portable, then "$$fn\>" probably needs to be
changed to something like "$$fn[^a-z_]*".
Doug
__
Doug Kaufman
Internet: [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]