Hello Richard,

Richard Levitte - VMS Whacker wrote:
In message <[EMAIL PROTECTED]> on Tue, 28 Sep 2004 11:55:56 +0200, Corinna Vinschen 
<[EMAIL PROTECTED]> said:

vinschen> would some kind person from the core developer team mind to
vinschen> apply the following patch to the util/cygwin.sh file?  A
vinschen> while ago, Cygwin moved from installing documentation under
vinschen> /usr/doc to /usr/share/doc.  The below patch accomodates
vinschen> that.  This patch should go into 0.9.7 and into mainline.

Applied in all active branches.

This will break openssl with older version of cygwin.

Perhaps something like

[...]
function doc_install()
{
  if test -d ${INSTALL_PREFIX}/usr/share/doc
  then
    DOC_DIR=${INSTALL_PREFIX}/usr/share/doc/openssl
  elif test -d ${INSTALL_PREFIX}/usr/doc
    DOC_DIR=${INSTALL_PREFIX}/usr/doc/openssl
  else
    DOC_DIR=${INSTALL_PREFIX}/doc/openssl
  fi
[...]
function create_cygwin_readme()
{
  if test -d ${INSTALL_PREFIX}/usr/share/doc
  then
    README_DIR=${INSTALL_PREFIX}/usr/doc/Cygwin
  else
    README_DIR=${INSTALL_PREFIX}/usr/share/doc/Cygwin
  fi
[...]


Bye

Goetz

--
Goetz Babin-Ebell, software designer,
TC TrustCenter AG, Sonninstr. 24-28, 20097 Hamburg, Germany
Office: +49-(0)40 80 80 26 -0,  Fax: +49-(0)40 80 80 26 -126
www.trustcenter.de www.betrusted.com

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to