]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Linking with OpenSSL previously required the user to set up all the
[wget] / ChangeLog
index b6a9125d62827cde19077bb389b54f908bf0a1f3..3c383be1f724b471ba6ddd9a5b91411457481c3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,35 @@
+2001-03-17  Dan Harkless  <wget@harkless.org>
+
+       * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
+
+       * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
+       aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
+       If --with-ssl specified, look in /usr/local/ssl/lib by default for
+       OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
+       Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
+       (possibly rewritten by libtool) as well.  Don't appear to be
+       looking for a function main() in -lcrypto.  If the OpenSSL lib
+       checks fail, don't just silently build a wget without https
+       support -- issue a warning.  Define top_builddir.
+
+       * ltconfig: New file from libtool 1.3.5 distribution.
+
+       * ltmain.sh: New file from libtool 1.3.5 distribution.
+
+       * {.,po,util,windows}/Makefile.in: Define top_builddir.
+
 2001-03-16  Dan Harkless  <wget@harkless.org>
 
+       * TODO: For some reason on 2000-11-19, Hrvoje removed the item
+       about converting hostless absolute links.  That isn't working yet,
+       so I've put the item back, with a modified wording.
+
        * config.guess: Hadn't been updated since 1996 -- didn't work for recent
        machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
        version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
        
        * config.sub: Ditto -- updated to latest version (2001-03-12).
        
-2001-03-16  Dan Harkless  <wget@harkless.org>
-
-       * TODO: For some reason on 2000-11-19, Hrvoje removed the item
-       about converting hostless absolute links.  That isn't working yet,
-       so I've put the item back, with a modified wording.
-
 2001-03-12  Dan Harkless  <wget@harkless.org>
 
        * TODO: Only normal recursion should respect -np -- page-requisite