OK, I've hacked a little.  Please try the following patch on a 0.9.7
snapshot, and put the attached openssl-shared.txt in doc/:

Index: Makefile.org
===================================================================
RCS file: /e/openssl/cvs/openssl/Makefile.org,v
retrieving revision 1.154.2.49
diff -u -u -r1.154.2.49 Makefile.org
--- Makefile.org        9 Jan 2003 16:15:06 -0000       1.154.2.49
+++ Makefile.org        10 Jan 2003 12:03:15 -0000
@@ -763,6 +763,12 @@
                        cd $(INSTALL_PREFIX)$(INSTALLTOP)/lib; \
                        set $(MAKE); \
                        $$1 -f $$here/Makefile link-shared ); \
+               if [ "$(INSTALLTOP)" != "/usr" ]; then \
+                       echo 'OpenSSL shared libraries have been installed in:'; \
+                       echo '  $(INSTALLTOP)'; \
+                       echo ''; \
+                       sed -e '1,/^$/d doc/openssl-shared.txt; \
+               fi; \
        fi
        cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to