]> sjero.net Git - wget/commit
[svn] Linking with OpenSSL previously required the user to set up all the
authordan <devnull@localhost>
Sat, 17 Mar 2001 14:21:19 +0000 (06:21 -0800)
committerdan <devnull@localhost>
Sat, 17 Mar 2001 14:21:19 +0000 (06:21 -0800)
commitd41af5f52ee17aa421a07883d50600f623d4c0e5
treefe84947aff4fa36649b1cbc289a99977d90d01b3
parent9d673c1da23119e5f4f4a6bbe95da549815390ba
[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.
12 files changed:
ChangeLog
Makefile.in
aclocal.m4
configure.in
doc/ChangeLog
doc/Makefile.in
ltconfig [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
src/ChangeLog
src/Makefile.in
util/Makefile.in
windows/Makefile.in