[svn] Linking with OpenSSL previously required the user to set up all the

appropriate -I, -L, and -R/-rpath flags in environment variables,
manually.  Automated everything, including bundling libtool so we can
successfully link with the OpenSSL shared libraries on just about any
platform.
This commit is contained in:
dan
2001-03-17 06:21:19 -08:00
parent 9d673c1da2
commit d41af5f52e
12 changed files with 7641 additions and 12 deletions

View File

@@ -40,6 +40,8 @@ mandir = @mandir@
manext = 1
sysconfdir = @sysconfdir@
top_builddir = ..
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
RM = rm -f