]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Applied Dennis Smit's --preserve-permissions patch.
[wget] / ChangeLog
index 3869a14b5c1b2582aab25287d0515874461adc85..ef07c534bcd10a4cf2ac212ec19418d3dcf11313 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,59 @@
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * libtool.m4, ltmain.sh, config.sub, config.guess: Upgrade to
+       libtool 1.5.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/config.h.ms: MSVC doesn't have uint32_t.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Remove the broken check for socks.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Substitute ANSI2KNR and U, so we can compile.
+
+2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Use the Autoconf macro AC_C_PROTOTYPES instead of
+       the old AM_C_PROTOTYPES.
+
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Use the new form of AC_OUTPUT.
+
+       * Makefile.cvs (prep): Invoke autoheader.
+
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Require Autoconf 2.57.
+
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * aclocal.m4: Ditto.
+
+       * configure.in: Add description annotations to AC_DEFINE.
+
+       * Makefile.in: Update maintenance targets, preparing them for the
+       use of `autoheader'.
+
 2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
 
+       * configure.in: Don't misuse AC_MSG_RESULT.  Use AC_MSG_NOTICE
+       where appropriate.
+
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check whether volatile is supported.  Don't check
+       for gethostname and uname, which are not used.
+
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Move some checks into aclocal.m4.  Check whether
+       fnmatch.h is includable.
+
        * configure.in: Also check whether #include <md5.h> works before
        deciding to use Solaris libmd5.