Commit Graph

103 Commits

Author SHA1 Message Date
hniksic 7124619cb9 [svn] Mention in message that the "GNU" md5 implementation is in fact built-in to
Wget.
2005-06-30 18:23:03 -07:00
hniksic e95b5d6e44 [svn] Fix check for OpenSSL MD5. 2005-06-29 14:41:15 -07:00
hniksic f86c13a950 [svn] Require Autoconf 2.59. 2005-06-28 17:13:45 -07:00
hniksic b8456c0fb4 [svn] Use *rand48 where available. 2005-06-28 15:22:10 -07:00
hniksic bb8a5f2eb9 [svn] Check for timegm and use it where available. 2005-06-27 06:22:30 -07:00
hniksic c757ced83f [svn] Slightly more correct description of HAVE_SSL. 2005-06-26 14:43:50 -07:00
hniksic d225cf6087 [svn] Move the large file check further up. Only check for endianness if GNU md5
is used (it being the only file that needs endianness information).
2005-06-24 08:49:37 -07:00
hniksic b47ea7c8c4 [svn] Don't indent #include lines. 2005-06-24 08:10:44 -07:00
hniksic 9aff5d6cfd [svn] Enable turning off SSL. 2005-06-24 06:48:31 -07:00
hniksic d29ecdb0e3 [svn] Include m4/*.m4 from configure.in. 2005-06-24 06:29:46 -07:00
hniksic 38a79fc2a0 [svn] Use AC_LIB_HAVE_LINKFLAGS instead of AC_LIB_LINKFLAGS when checking for
library functions.
2005-06-24 06:23:02 -07:00
mtortonesi 6e0e330f5c [svn] Removed libtool and switched to config.rpath to perform configuration-time detection of (non-system) libraries. 2005-06-23 19:10:18 -07:00
hniksic 82b08f2daa [svn] Expect strpbrk and mktime to exist. 2005-06-23 08:33:20 -07:00
hniksic 3a322bbd98 [svn] Don't check for availability of C prototypes. Don't check for signal.h.
Don't check whether both time.h and sys/time.h can be included.
2005-06-22 13:39:23 -07:00
hniksic 19a1ffb2e9 [svn] Check for the C99 bool type and define it if missing. 2005-06-22 10:51:29 -07:00
hniksic b317cb1c6d [svn] Expect existence of C89 functions, as well as of select and gettimeofday. 2005-06-21 18:01:12 -07:00
hniksic 908d7a4bce [svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers. 2005-06-19 16:03:27 -07:00
hniksic 277e840a0f [svn] Remove K&R support. 2005-06-19 15:34:58 -07:00
hniksic 5322ad1924 [svn] Test for the OpenSSL includes we actually use. 2005-05-10 13:51:17 -07:00
hniksic 64e70c99bf [svn] Fix the build for systems without makeinfo. 2005-05-06 08:26:36 -07:00
hniksic 6f644caaab [svn] Announce IPv6 support using AC_MSG_NOTICE. 2005-04-29 15:31:47 -07:00
hniksic 72fc6002d8 [svn] Don't set ipv6 to yes only because struct sockaddr_in6 was found. Stop the
rest of the IPv6 checks when one check fails.  Abort if IPv6 was explicitly
requested, but not found.
2005-04-29 05:17:25 -07:00
hniksic b8d826f243 [svn] Renamed src/gen_sslfunc.c to src/openssl.c and src/gen_sslfunc.h to
src/ssl.h.
2005-04-26 14:41:41 -07:00
mtortonesi 82c9f4f588 [svn] Removed _AS_PATH_SEPARATOR_PREPARE from configure.in (inserted by mistake during last commit). Updated version string to 1.10-alpha2+cvs-dev. 2005-04-20 18:30:54 -07:00
mtortonesi f5530752bf [svn] Set IPV6_V6ONLY socket option when -6 switch is used. 2005-04-20 18:26:33 -07:00
hniksic ab05800310 [svn] Check for all SSL headers that Wget uses. 2005-04-08 02:47:31 -07:00
hniksic 36c5be475e [svn] Check if -lrt needs to be used when using clock_gettime. 2005-04-07 16:41:08 -07:00
hniksic 52ad80309f [svn] Added NTLM support. 2005-04-06 13:42:22 -07:00
hniksic 16c53cdf93 [svn] Improve handling of numeric hosts when ENABLE_IPV6.
Published in <87psyr6jn7.fsf@xemacs.org>.
2005-03-04 11:21:02 -08:00
hniksic ef22bf610a [svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>. 2005-02-23 14:21:04 -08:00
hniksic 084dd20514 [svn] Don't check for AI_V4MAPPED and AI_ALL. 2003-11-26 14:46:13 -08:00
hniksic 795614dcbb [svn] Check for struct sockaddr_storage. 2003-11-26 09:20:23 -08:00
hniksic ee566b5b33 [svn] Use a more standard checking message when checking for md5.h. 2003-11-11 16:50:00 -08:00
hniksic 91dc96f8d6 [svn] Use : instead of true. 2003-11-11 16:43:38 -08:00
hniksic 6f3dbca0c5 [svn] Better INT_MAX and UCHAR_MAX checks. 2003-11-11 16:42:09 -08:00
hniksic 35e205ef2f [svn] Don't attempt to use Emacs as a susbtitute for makeinfo. 2003-11-08 16:24:56 -08:00
hniksic 727e91a291 [svn] Remove the broken check for socks. 2003-11-05 06:05:04 -08:00
hniksic d518b6c14d [svn] Substitute ANSI2KNR again. 2003-11-05 06:03:31 -08:00
hniksic be85e2d23f [svn] Use the standard AC_C_PROTOTYPES macro. 2003-11-05 04:24:53 -08:00
hniksic cf4f603c00 [svn] *** empty log message *** 2003-11-04 08:19:59 -08:00
hniksic dc9688e13a [svn] Use the new form of AC_OUTPUT. 2003-11-04 08:13:44 -08:00
hniksic 9922737a81 [svn] Require Autoconf 2.57. 2003-11-04 07:28:41 -08:00
hniksic e75d817c09 [svn] Use autoheader to generate config.h.in. 2003-11-04 07:28:18 -08:00
hniksic e1679c65c2 [svn] Quote arguments to AC_DEFINE. 2003-11-04 06:46:19 -08:00
hniksic 846fe246ae [svn] Consistently use AC_MSG_NOTICE where appropriate. 2003-11-04 06:17:33 -08:00
hniksic cb19b00c23 [svn] Don't use HAVE_SYS_TYPES_H because we don't check for it. 2003-11-04 05:56:48 -08:00
hniksic 2da8868070 [svn] *** empty log message *** 2003-11-04 05:38:17 -08:00
hniksic f4cbba565e [svn] Only set a flag in the SIGWINCH handler. 2003-11-04 05:37:14 -08:00
hniksic 4f74ab0f44 [svn] Move some checks to aclocal.m4. 2003-11-03 17:05:06 -08:00
hniksic 3a83436c75 [svn] Don't use AC_CHECK_HEADERS. 2003-11-03 16:33:08 -08:00